Skip to content

Commit 77bc2a3

Browse files
committed
Muted failing test (issue elastic#54485)
1 parent eeab098 commit 77bc2a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/monitor/jvm/JvmGcMonitorServiceSettingsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public void testDisabledSetting() throws InterruptedException {
6060
() -> assertFalse(scheduled.get()));
6161
}
6262

63+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54485")
6364
public void testNegativeSetting() throws InterruptedException {
6465
String collector = randomAlphaOfLength(5);
6566
final String timeValue = "-" + randomTimeValue();

0 commit comments

Comments
 (0)