Skip to content

Commit

Permalink
Mute SearchableSnapshotsIntegTests.testCreateAndRestorePartialSearcha…
Browse files Browse the repository at this point in the history
…bleSnapshot
  • Loading branch information
mark-vieira committed Mar 31, 2021
1 parent 66a85c6 commit c3a0a45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ public void testCreateAndRestoreSearchableSnapshot() throws Exception {
assertTotalHits(aliasName, originalAllHits, originalBarHits);
}

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

0 comments on commit c3a0a45

Please sign in to comment.