Skip to content

Commit

Permalink
Mute FullClusterRestartIT.testWatcherWithApiKey (#63241)
Browse files Browse the repository at this point in the history
Due to #63088
  • Loading branch information
droberts195 committed Oct 5, 2020
1 parent f849e8b commit 0e9a045
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public void testWatcher() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63088")
@SuppressWarnings("unchecked")
public void testWatcherWithApiKey() throws Exception {
assumeTrue("API key is available since 6.7.0", getOldClusterVersion().onOrAfter(Version.V_6_7_0));
Expand Down

0 comments on commit 0e9a045

Please sign in to comment.