Skip to content

Commit 340b8a1

Browse files
Mute testCreateAndRestoreSearchableSnapshot (#69337)
... in SearchableSnapshotsIntegTests. Relates #69336
1 parent 27c31fa commit 340b8a1

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/SearchableSnapshotsIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110

111111
public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegTestCase {
112112

113+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69336")
113114
public void testCreateAndRestoreSearchableSnapshot() throws Exception {
114115
final String fsRepoName = randomAlphaOfLength(10);
115116
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)