Skip to content

Commit

Permalink
AwaitsFix for #69014
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Feb 16, 2021
1 parent 3f1e034 commit 5bd935e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69014")
public void testParallelIndexDeleteRemovesFeatureState() throws Exception {
final String indexToBeDeleted = SystemIndexTestPlugin.SYSTEM_INDEX_NAME;
final String fullIndexName = AnotherSystemIndexTestPlugin.SYSTEM_INDEX_NAME;
Expand Down

0 comments on commit 5bd935e

Please sign in to comment.