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

ignite git commit: Muted test

Repository: ignite
Updated Branches:
  refs/heads/master 0bc1d6f42 -> e6e475c06


Muted test


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e6e475c0
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e6e475c0
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e6e475c0

Branch: refs/heads/master
Commit: e6e475c068d41723d69a1b37c906f3b3fc309a8a
Parents: 0bc1d6f
Author: ashutak <as...@gridgain.com>
Authored: Mon Oct 26 13:25:54 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Mon Oct 26 13:25:54 2015 +0300

----------------------------------------------------------------------
 .../ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e6e475c0/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java
index 0bb9a42..030c653 100644
--- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java
@@ -797,6 +797,8 @@ public class TcpClientDiscoverySpiSelfTest extends GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testClientNodeFailOneServer() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1776");
+
         startServerNodes(1);
         startClientNodes(1);
 
@@ -2258,4 +2260,4 @@ public class TcpClientDiscoverySpiSelfTest extends GridCommonAbstractTest {
             return res;
         }
     }
-}
\ No newline at end of file
+}