Repository: ignite
Updated Branches:
  refs/heads/master fe21aecf0 -> ffe729633


IGNITE-1776: Test unmuted. - Fixes #3739.

Signed-off-by: Nikolay Izhikov <nizhi...@apache.org>


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

Branch: refs/heads/master
Commit: ffe7296330a6d14cf9948071fa2cf634159c540b
Parents: fe21aec
Author: NSAmelchev <nsamelc...@gmail.com>
Authored: Wed Apr 4 13:40:40 2018 +0300
Committer: Nikolay Izhikov <nizhi...@apache.org>
Committed: Wed Apr 4 13:40:40 2018 +0300

----------------------------------------------------------------------
 .../ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ffe72963/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 ee88b0f..2d130e1 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
@@ -1050,8 +1050,6 @@ 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);
 

Reply via email to