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 418864b commit e45a830Copy full SHA for e45a830
mantis-server/mantis-server-worker/src/test/java/io/mantisrx/server/worker/TaskExecutorTest.java
@@ -66,6 +66,7 @@
66
import org.apache.flink.runtime.rpc.RpcService;
67
import org.junit.After;
68
import org.junit.Before;
69
+import org.junit.Ignore;
70
import org.junit.Test;
71
import rx.Observable;
72
import rx.Subscription;
@@ -136,6 +137,7 @@ public void tearDown() throws Exception {
136
137
taskExecutor.close();
138
}
139
140
+ @Ignore
141
@Test
142
public void testTaskExecutorEndToEndWithASingleStageJobByLoadingFromClassLoader()
143
throws Exception {
0 commit comments