Skip to content

Commit c3a0a45

Browse files
committed
Mute SearchableSnapshotsIntegTests.testCreateAndRestorePartialSearchableSnapshot
1 parent 66a85c6 commit c3a0a45

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
@@ -408,6 +408,7 @@ public void testCreateAndRestoreSearchableSnapshot() throws Exception {
408408
assertTotalHits(aliasName, originalAllHits, originalBarHits);
409409
}
410410

411+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/71132")
411412
public void testCreateAndRestorePartialSearchableSnapshot() throws Exception {
412413
final String fsRepoName = randomAlphaOfLength(10);
413414
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)