Mute DiskDisruptionIT#testGlobalCheckpointIsSafe

Relates to #43626
This commit is contained in:
David Kyle 2019-06-26 10:12:21 +01:00
parent 558e323c89
commit 58d0d5c51b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class DiskDisruptionIT extends AbstractDisruptionTestCase {
* It simulates a full power outage by preventing translog checkpoint files to be written and restart the cluster. This means that
* all un-fsynced data will be lost.
*/
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/43626")
public void testGlobalCheckpointIsSafe() throws Exception {
startCluster(rarely() ? 5 : 3);