diff --git a/x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java b/x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java index 2ea73b2be98..86558e681a1 100644 --- a/x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java +++ b/x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java @@ -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());