Skip to content

Commit

Permalink
FullClusterRestartIT>testWatcherWithApiKey issue elastic#77026
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Aug 30, 2021
1 parent 08ff448 commit 8be18f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public void testWatcher() throws Exception {
}

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

0 comments on commit 8be18f4

Please sign in to comment.