We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7c702 commit c7e1ce3Copy full SHA for c7e1ce3
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryCoordinatorFailureTest.java
@@ -39,6 +39,7 @@
39
import org.apache.ignite.testframework.GridTestUtils;
40
import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
41
import org.junit.After;
42
+import org.junit.Ignore;
43
import org.junit.Test;
44
45
/**
@@ -120,6 +121,7 @@ public void testCoordinatorFailedNoAddFinishedMessageStartTwoNodes() throws Exce
120
121
* @throws Exception if failed.
122
*/
123
@Test
124
+ @Ignore
125
public void testClusterFailedNewCoordinatorInitialized() throws Exception {
126
StallingJoinDiscoverySpi stallSpi = new StallingJoinDiscoverySpi();
127
0 commit comments