Skip to content

Commit

Permalink
AwaitsFix #109005 (#109016)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed May 24, 2024
1 parent 397f541 commit 78c81e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Arrays.asList(Utils.TestInferencePlugin.class);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109005")
public void testBulkOperations() throws Exception {
Map<String, Integer> shardsSettings = Collections.singletonMap(IndexMetadata.SETTING_NUMBER_OF_SHARDS, randomIntBetween(1, 10));
indicesAdmin().prepareCreate(INDEX_NAME)
Expand Down

0 comments on commit 78c81e8

Please sign in to comment.