Mute FullClusterRestartIT.testWatcherWithApiKey (#63241)

Due to https://github.com/elastic/elasticsearch/issues/63088
This commit is contained in:
David Roberts 2020-10-05 14:55:30 +01:00
parent 77757b28e0
commit 1b32daf37b
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
}
}
@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));