Browse Source

Muted failing test (issue #54485) (#54486)

Christos Soulios 5 years ago
parent
commit
d90426a947

+ 1 - 0
server/src/test/java/org/elasticsearch/monitor/jvm/JvmGcMonitorServiceSettingsTests.java

@@ -60,6 +60,7 @@ public class JvmGcMonitorServiceSettingsTests extends ESTestCase {
             () -> assertFalse(scheduled.get()));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54485")
     public void testNegativeSetting() throws InterruptedException {
         String collector = randomAlphaOfLength(5);
         final String timeValue = "-" + randomTimeValue();