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

[05/33] 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/b09939f9
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b09939f9
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b09939f9

Branch: refs/heads/ignite-1093-3
Commit: b09939f95f358a5c25c6eec5135499f50b857bb9
Parents: ea63c2d
Author: ashutak <as...@gridgain.com>
Authored: Mon Oct 26 19:03:57 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Mon Oct 26 19:03:57 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/b09939f9/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java
index c9c9205..fc9356e 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java
@@ -30,4 +30,9 @@ public class IgnitePartitionedCountDownLatchSelfTest extends IgniteCountDownLatc
     @Override protected CacheMode atomicsCacheMode() {
         return PARTITIONED;
     }
-}
\ No newline at end of file
+
+    /** {@inheritDoc} */
+    @Override public void testLatch() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1793");
+    }
+}