Skip to content

Commit

Permalink
Mute failing test
Browse files Browse the repository at this point in the history
Tracking #41326
  • Loading branch information
alpar-t committed Apr 18, 2019
1 parent 44a0c46 commit a4a4259
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public void testSnapshotWithNodeDisconnects() {
assertThat(snapshotIds, hasSize(1));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
public void testConcurrentSnapshotCreateAndDelete() {
setupTestCluster(randomFrom(1, 3, 5), randomIntBetween(2, 10));

Expand Down Expand Up @@ -335,6 +336,7 @@ public void testConcurrentSnapshotCreateAndDelete() {
* 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));
Expand Down

0 comments on commit a4a4259

Please sign in to comment.