Skip to content

Commit

Permalink
Mute testCreateAndRestoreSearchableSnapshot (#69337)
Browse files Browse the repository at this point in the history
... in SearchableSnapshotsIntegTests.

Relates #69336
  • Loading branch information
dimitris-athanasiou authored Feb 22, 2021
1 parent 27c31fa commit 340b8a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegTestCase {

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

0 comments on commit 340b8a1

Please sign in to comment.