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:00 UTC

[07/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/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 <as...@gridgain.com>
Authored: Thu Oct 29 14:31:44 2015 +0300
Committer: ashutak <as...@gridgain.com>
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");
+    }
+}