Muted test.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9304dce2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9304dce2 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9304dce2 Branch: refs/heads/ignite-1770 Commit: 9304dce257104c4a599a58b1ecb58acab80db6c1 Parents: d24bf49 Author: ashutak <[email protected]> Authored: Thu Oct 29 14:31:44 2015 +0300 Committer: ashutak <[email protected]> Committed: Thu Oct 29 14:31:44 2015 +0300 ---------------------------------------------------------------------- .../GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9304dce2/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java index 7a8cc49..e9251b6 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java @@ -27,4 +27,9 @@ public class GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest extends GridCach @Override protected NearCacheConfiguration nearConfiguration() { return new NearCacheConfiguration(); } -} \ No newline at end of file + + /** {@inheritDoc} */ + @Override public void testIgniteCacheIterator() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1756"); + } +}
