Mute failing test

Tracking #41326
This commit is contained in:
Alpar Torok 2019-04-18 09:25:30 +03:00
parent 44a0c468cf
commit a4a4259cac
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class SnapshotResiliencyTests extends ESTestCase {
assertThat(snapshotIds, hasSize(1));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
public void testConcurrentSnapshotCreateAndDelete() {
setupTestCluster(randomFrom(1, 3, 5), randomIntBetween(2, 10));
@ -335,6 +336,7 @@ public class SnapshotResiliencyTests extends ESTestCase {
* Simulates concurrent restarts of data and master nodes as well as relocating a primary shard, while starting and subsequently
* deleting a snapshot.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
public void testSnapshotPrimaryRelocations() {
final int masterNodeCount = randomFrom(1, 3, 5);
setupTestCluster(masterNodeCount, randomIntBetween(2, 10));