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 <[email protected]> Authored: Thu Oct 29 15:14:55 2015 +0300 Committer: ashutak <[email protected]> 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"); + } +}
