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 c7e1ce3 commit 429a37bCopy full SHA for 429a37b
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryCoordinatorFailureTest.java
@@ -39,7 +39,6 @@
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
/**
@@ -121,7 +120,6 @@ public void testCoordinatorFailedNoAddFinishedMessageStartTwoNodes() throws Exce
121
120
* @throws Exception if failed.
122
*/
123
@Test
124
- @Ignore
125
public void testClusterFailedNewCoordinatorInitialized() throws Exception {
126
StallingJoinDiscoverySpi stallSpi = new StallingJoinDiscoverySpi();
127
0 commit comments