Skip to content

Commit 272b76b

Browse files
committed
Mute SearchableSnapshotsBlobStoreCacheIntegTests
1 parent 3eee322 commit 272b76b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.searchablesnapshots.cache.blob;
99

10+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
1011
import org.elasticsearch.action.admin.indices.forcemerge.ForceMergeResponse;
1112
import org.elasticsearch.action.admin.indices.refresh.RefreshResponse;
1213
import org.elasticsearch.action.index.IndexRequestBuilder;
@@ -65,6 +66,7 @@
6566
import static org.hamcrest.Matchers.equalTo;
6667
import static org.hamcrest.Matchers.greaterThan;
6768

69+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79896")
6870
public class SearchableSnapshotsBlobStoreCacheIntegTests extends BaseFrozenSearchableSnapshotsIntegTestCase {
6971

7072
private static Settings cacheSettings = null;

0 commit comments

Comments
 (0)