Co-authored-by: Andrei Dan <andrei.dan@elastic.co>
This commit is contained in:
parent
12a3f6dfca
commit
6c03d97419
|
@ -131,6 +131,7 @@ public class TimeSeriesDataStreamsIT extends ESRestTestCase {
|
||||||
30, TimeUnit.SECONDS);
|
30, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58125")
|
||||||
public void testSearchableSnapshotAction() throws Exception {
|
public void testSearchableSnapshotAction() throws Exception {
|
||||||
String snapshotRepo = randomAlphaOfLengthBetween(5, 10);
|
String snapshotRepo = randomAlphaOfLengthBetween(5, 10);
|
||||||
createSnapshotRepo(client(), snapshotRepo, randomBoolean());
|
createSnapshotRepo(client(), snapshotRepo, randomBoolean());
|
||||||
|
|
Loading…
Reference in New Issue