Skip to content

Commit

Permalink
AwaitsFix for #77753
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Sep 15, 2021
1 parent 6bc1372 commit 535ca57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
return Settings.builder().put(super.nodeSettings(nodeOrdinal, otherSettings)).put(cacheSettings).build();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77753")
public void testBlobStoreCache() throws Exception {
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
final boolean useSoftDeletes = randomBoolean();
Expand Down

0 comments on commit 535ca57

Please sign in to comment.