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

[02/12] 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/9fb79622
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9fb79622
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9fb79622

Branch: refs/heads/ignite-1.4-slow-server-debug
Commit: 9fb79622bd24bf99532f7064c73a8ebd82a497df
Parents: 93861f3
Author: ashutak <as...@gridgain.com>
Authored: Wed Oct 28 17:35:06 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Wed Oct 28 17:35:06 2015 +0300

----------------------------------------------------------------------
 .../datastructures/IgniteCountDownLatchAbstractSelfTest.java     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9fb79622/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java
index 58cbfa1..2f6f6f4 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java
@@ -283,6 +283,8 @@ public abstract class IgniteCountDownLatchAbstractSelfTest extends IgniteAtomics
      * @throws Exception If failed.
      */
     public void testLatchMultinode1() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1802");
+
         if (gridCount() == 1)
             return;
 
@@ -389,4 +391,4 @@ public abstract class IgniteCountDownLatchAbstractSelfTest extends IgniteAtomics
     @Override public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
         // No-op.
     }
-}
\ No newline at end of file
+}