Mute testMaxRestoreBytesPerSecIsUsed (#59289)

Relates #59287
This commit is contained in:
Daniel Mitterdorfer 2020-07-09 12:52:17 +02:00 committed by GitHub
parent 67a27e2b9d
commit 10ef4d2140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegT
ensureGreen(restoredIndexName);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59287")
public void testMaxRestoreBytesPerSecIsUsed() throws Exception {
final String repositoryName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
final Settings.Builder repositorySettings = Settings.builder().put("location", randomRepoPath());