Skip to content

Commit 0dc090f

Browse files
committed
AwaitsFix for #77753
1 parent 3034f8d commit 0dc090f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/cache/blob/SearchableSnapshotsBlobStoreCacheIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
114114
return Settings.builder().put(super.nodeSettings(nodeOrdinal, otherSettings)).put(cacheSettings).build();
115115
}
116116

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

0 commit comments

Comments
 (0)