We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90d8c commit aa0e882Copy full SHA for aa0e882
server/src/test/java/org/elasticsearch/indices/flush/FlushIT.java
@@ -107,6 +107,7 @@ public void testRejectIllegalFlushParameters() {
107
.actionGet().getShardFailures(), emptyArray());
108
}
109
110
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52251")
111
public void testFlushOnInactive() throws Exception {
112
final String indexName = "flush_on_inactive";
113
List<String> dataNodes = internalCluster().startDataOnlyNodes(2, Settings.builder()
0 commit comments