We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c53aa commit ad5896cCopy full SHA for ad5896c
server/src/internalClusterTest/java/org/elasticsearch/health/node/DiskHealthIndicatorServiceIT.java
@@ -47,6 +47,7 @@ public void testGreen() throws Exception {
47
}
48
49
50
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96919")
51
public void testRed() throws Exception {
52
try (InternalTestCluster internalCluster = internalCluster()) {
53
internalCluster.startMasterOnlyNode(getVeryLowWatermarksSettings());
0 commit comments