Skip to content

Commit

Permalink
Mute SearchWithRandomIOExceptionsIT.testRandomDirectoryIOExceptions (#…
Browse files Browse the repository at this point in the history
…108119)

Related to #106752
  • Loading branch information
kkrik-es committed May 1, 2024
1 parent 5b053df commit 0d444ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Arrays.asList(MockFSIndexStore.TestPlugin.class);
}

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

0 comments on commit 0d444ce

Please sign in to comment.