From d785baddeaa583bc0f18110b1c514bfff425f910 Mon Sep 17 00:00:00 2001 From: Tal Levy Date: Mon, 11 Feb 2019 10:10:58 -0800 Subject: [PATCH] unmute EvilLoggerTests#testDeprecatedSettings unmuting test to determine whether this is still an issue on the current branch. If it is found that this test does not fail in CI anymore, then this commit will remain and test will stay tested. related to #35990. --- .../java/org/elasticsearch/common/logging/EvilLoggerTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java b/qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java index 847338ede487..017cf9eecf85 100644 --- a/qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java +++ b/qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java @@ -253,7 +253,6 @@ public void testDeprecationLoggerMaybeLog() throws IOException, UserException { } } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35990") public void testDeprecatedSettings() throws IOException, UserException { setupLogging("settings");