Skip to content

Commit 58d0d5c

Browse files
committed
Mute DiskDisruptionIT#testGlobalCheckpointIsSafe
Relates to elastic#43626
1 parent 558e323 commit 58d0d5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/discovery/DiskDisruptionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public FileChannel newFileChannel(Path path, Set<? extends OpenOption> options,
9898
* It simulates a full power outage by preventing translog checkpoint files to be written and restart the cluster. This means that
9999
* all un-fsynced data will be lost.
100100
*/
101+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/43626")
101102
public void testGlobalCheckpointIsSafe() throws Exception {
102103
startCluster(rarely() ? 5 : 3);
103104

0 commit comments

Comments
 (0)