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-1758 Commit: b09939f95f358a5c25c6eec5135499f50b857bb9 Parents: ea63c2d Author: ashutak <[email protected]> Authored: Mon Oct 26 19:03:57 2015 +0300 Committer: ashutak <[email protected]> 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"); + } +}
