Adds AwaitsFix on snapshot test failing due to #25281
This commit is contained in:
parent
f18b0d293c
commit
0c697348f4
|
@ -767,6 +767,7 @@ public class DedicatedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTest
|
|||
assertEquals(0, snapshotInfo.failedShards());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25281")
|
||||
public void testMasterShutdownDuringFailedSnapshot() throws Exception {
|
||||
logger.info("--> starting two master nodes and two data nodes");
|
||||
internalCluster().startMasterOnlyNodes(2);
|
||||
|
|
Loading…
Reference in New Issue