Remove Outdated AwaitsFix (#48513) (#48522)

This `AwaitsFix` was accidentally added after the test
was already fixed in #46594 => we can remove it.
This commit is contained in:
Armin Braun 2019-10-25 16:08:56 +02:00 committed by GitHub
parent eb44a25899
commit 84a47a9632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2110,7 +2110,6 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
assertEquals("test-snap", response.getSnapshots().get(0).getSnapshot().getSnapshotId().getName());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46276")
public void testSnapshotRelocatingPrimary() throws Exception {
Client client = client();
logger.info("--> creating repository");