Skip to content

Commit

Permalink
Revert "mute SearchableSnapshotActionIT.testConvertingPartialSearchab…
Browse files Browse the repository at this point in the history
…leSnapshotIntoFull"

This reverts commit aa83a8e.

Closes #69396
  • Loading branch information
ywelsch committed Feb 23, 2021
1 parent 3e5b9f0 commit 53a67db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ 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 53a67db

Please sign in to comment.