Skip to content

Commit 73b08d9

Browse files
committed
Mute two tests in FlushIT with @AwaitsFix.
The issue is being tracked in #29392.
1 parent a82acac commit 73b08d9

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ private String syncedFlushDescription(ShardsSyncedFlushResult result) {
255255
}
256256

257257
@TestLogging("_root:DEBUG")
258+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
258259
public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
259260
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
260261
final int numberOfReplicas = internalCluster().numDataNodes() - 1;
@@ -297,6 +298,7 @@ public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
297298
}
298299

299300
@TestLogging("_root:DEBUG")
301+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
300302
public void testDoNotRenewSyncedFlushWhenAllSealed() throws Exception {
301303
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
302304
final int numberOfReplicas = internalCluster().numDataNodes() - 1;

0 commit comments

Comments
 (0)