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 1a56396 commit f811aa9Copy full SHA for f811aa9
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/integration/NetworkDisruptionIT.java
@@ -53,6 +53,12 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
53
return plugins;
54
}
55
56
+ // Remove this once the AwaitsFix below has been resolved
57
+ public void testDummy() {
58
+ assertTrue(true);
59
+ }
60
+
61
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39858")
62
public void testJobRelocation() throws Exception {
63
internalCluster().ensureAtLeastNumDataNodes(5);
64
ensureStableCluster(5);
0 commit comments