Skip to content

Commit aa0e882

Browse files
authored
Mute FlushIT.testFlushOnInactive (#52252)
See #52251
1 parent 1f90d8c commit aa0e882

File tree

1 file changed

+1
-0
lines changed
  • server/src/test/java/org/elasticsearch/indices/flush

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/flush/FlushIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public void testRejectIllegalFlushParameters() {
107107
.actionGet().getShardFailures(), emptyArray());
108108
}
109109

110+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52251")
110111
public void testFlushOnInactive() throws Exception {
111112
final String indexName = "flush_on_inactive";
112113
List<String> dataNodes = internalCluster().startDataOnlyNodes(2, Settings.builder()

0 commit comments

Comments
 (0)