Skip to content

Commit e9a3e7e

Browse files
[7.x]Mute testCreateAndRestoreSearchableSnapshot (#69337) (#69339)
... in SearchableSnapshotsIntegTests. Relates #69336 Backport of #69337
1 parent 2fc4e11 commit e9a3e7e

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
@@ -112,6 +112,7 @@
112112

113113
public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegTestCase {
114114

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

0 commit comments

Comments
 (0)