Mute TimeSeriesDataStreamsIT.testSearchableSnapshotAction (#58127) (#58181)

Co-authored-by: Andrei Dan <andrei.dan@elastic.co>
This commit is contained in:
Benjamin Trent 2020-06-16 12:40:38 -04:00 committed by GitHub
parent 12a3f6dfca
commit 6c03d97419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ public class TimeSeriesDataStreamsIT extends ESRestTestCase {
30, TimeUnit.SECONDS);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58125")
public void testSearchableSnapshotAction() throws Exception {
String snapshotRepo = randomAlphaOfLengthBetween(5, 10);
createSnapshotRepo(client(), snapshotRepo, randomBoolean());