From f6b9d3fd8f0cbfb707f573f7e00f76a704d2b113 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Sat, 23 Dec 2017 14:51:21 +0100 Subject: [PATCH] [Test] Mute testAbortedSnapshotDuringInitDoesNotStart() The failing test is tracked in #27974 --- .../elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 10f792c9fa0..19c842a277a 100644 --- a/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -3151,6 +3151,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas assertThat(shardStats.getSeqNoStats().getMaxSeqNo(), equalTo(15L)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27974") public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception { final Client client = client();