Skip to content

Commit

Permalink
[ML] Unmute NetworkDisruptionIT.testJobRelocation (#43268)
Browse files Browse the repository at this point in the history
This reverts commit 27346a0.
  • Loading branch information
davidkyle authored Jun 20, 2019
1 parent e6ea812 commit c3f0e87
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
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);
Expand Down

0 comments on commit c3f0e87

Please sign in to comment.