Skip to content

Commit c7e1ce3

Browse files
WIP
1 parent 3d7c702 commit c7e1ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryCoordinatorFailureTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import org.apache.ignite.testframework.GridTestUtils;
4040
import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
4141
import org.junit.After;
42+
import org.junit.Ignore;
4243
import org.junit.Test;
4344

4445
/**
@@ -120,6 +121,7 @@ public void testCoordinatorFailedNoAddFinishedMessageStartTwoNodes() throws Exce
120121
* @throws Exception if failed.
121122
*/
122123
@Test
124+
@Ignore
123125
public void testClusterFailedNewCoordinatorInitialized() throws Exception {
124126
StallingJoinDiscoverySpi stallSpi = new StallingJoinDiscoverySpi();
125127

0 commit comments

Comments
 (0)