Re-enable Watcher full cluster restart test (#47950) (#48000)

This test is believed to be fixed by #43939

closes #40178
This commit is contained in:
Jake Landis 2019-10-14 13:40:28 -05:00 committed by GitHub
parent 17d8ee9a9c
commit 5a4745ae69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
}
@SuppressWarnings("unchecked")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40178")
public void testWatcher() throws Exception {
if (isRunningAgainstOldCluster()) {
logger.info("Adding a watch on old cluster {}", getOldClusterVersion());