Skip to content

Commit

Permalink
Mute SearchWithRandomIOExceptionsIT testRandomDirectoryIOExceptions
Browse files Browse the repository at this point in the history
Relates to #40948
  • Loading branch information
davidkyle committed Apr 8, 2019
1 parent a4cdfc0 commit 905011d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Arrays.asList(MockFSIndexStore.TestPlugin.class);
}

public void testRemoveWhenAwaitsFixIsResolved() {
}

@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40948")
public void testRandomDirectoryIOExceptions() throws IOException, InterruptedException, ExecutionException {
String mapping = Strings.toString(XContentFactory.jsonBuilder().
startObject().
Expand Down

0 comments on commit 905011d

Please sign in to comment.