You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/10/30 13:13:01 UTC

[08/17] ignite git commit: Muted test.

Muted test.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/91059ba8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/91059ba8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/91059ba8

Branch: refs/heads/ignite-1770
Commit: 91059ba8422e0caf5df2125e19fa2dd165f1b91a
Parents: 9304dce
Author: ashutak <as...@gridgain.com>
Authored: Thu Oct 29 15:14:55 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Thu Oct 29 15:14:55 2015 +0300

----------------------------------------------------------------------
 .../GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java   | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/91059ba8/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java
index f8151f4..c468cc2 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java
@@ -65,4 +65,9 @@ public class GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest
 
         return ccfg;
     }
-}
\ No newline at end of file
+
+    /** {@inheritDoc} */
+    @Override public void testWithSkipStore() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1809");
+    }
+}