Skip to content

Commit

Permalink
unmute integration test (#82623)
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko authored Jan 17, 2022
1 parent d9b49e0 commit 74a1bd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ 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/82470")
public void testBlobStoreCache() throws Exception {
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
createIndex(indexName);
Expand Down

0 comments on commit 74a1bd1

Please sign in to comment.