mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
3960374a6f
commit
78a9754318
@ -38,6 +38,12 @@ public class NetworkDisruptionIT extends BaseMlIntegTestCase {
|
||||
return plugins;
|
||||
}
|
||||
|
||||
// Remove this once the AwaitsFix below has been resolved
|
||||
public void testDummy() {
|
||||
assertTrue(true);
|
||||
}
|
||||
|
||||
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39858")
|
||||
public void testJobRelocation() throws Exception {
|
||||
internalCluster().ensureAtLeastNumDataNodes(5);
|
||||
ensureStableCluster(5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user