Skip to content

Commit f811aa9

Browse files
davidkylednhatn
authored andcommitted
Mute test NetworkDisruptionIT.testJobRelocation
Relates to #39858
1 parent 1a56396 commit f811aa9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/integration/NetworkDisruptionIT.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
5353
return plugins;
5454
}
5555

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")
5662
public void testJobRelocation() throws Exception {
5763
internalCluster().ensureAtLeastNumDataNodes(5);
5864
ensureStableCluster(5);

0 commit comments

Comments
 (0)