Skip to content

Commit

Permalink
mute SearchableSnapshotActionIT.testConvertingPartialSearchableSnapsh…
Browse files Browse the repository at this point in the history
…otIntoFull
  • Loading branch information
jakelandis committed Feb 22, 2021
1 parent ac583bb commit d7e018d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ public void testConvertingSearchableSnapshotFromFullToPartial() throws Exception
}

@SuppressWarnings("unchecked")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69396")
public void testConvertingPartialSearchableSnapshotIntoFull() throws Exception {
String index = "myindex-" + randomAlphaOfLength(4).toLowerCase(Locale.ROOT) +"-000001";
createSnapshotRepo(client(), snapshotRepo, randomBoolean());
Expand Down

0 comments on commit d7e018d

Please sign in to comment.