Skip to content

Commit

Permalink
Mute test NetworkDisruptionIT.testJobRelocation
Browse files Browse the repository at this point in the history
Relates to #39858
  • Loading branch information
davidkyle authored and dnhatn committed Apr 5, 2019
1 parent 1a56396 commit f811aa9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ 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 f811aa9

Please sign in to comment.