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/ignite-1758 Commit: e6e475c068d41723d69a1b37c906f3b3fc309a8a Parents: 0bc1d6f Author: ashutak <[email protected]> Authored: Mon Oct 26 13:25:54 2015 +0300 Committer: ashutak <[email protected]> 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 +}
