Skip to content

Commit

Permalink
Mute testCreateAndRestorePartialSearchableSnapshot (#82058)
Browse files Browse the repository at this point in the history
See #81949
  • Loading branch information
jkakavas committed Dec 23, 2021
1 parent 7463a18 commit 047c15a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

public class FrozenSearchableSnapshotsIntegTests extends BaseFrozenSearchableSnapshotsIntegTestCase {

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

0 comments on commit 047c15a

Please sign in to comment.