Skip to content

Commit a4a4259

Browse files
committed
Mute failing test
Tracking #41326
1 parent 44a0c46 commit a4a4259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public void testSnapshotWithNodeDisconnects() {
286286
assertThat(snapshotIds, hasSize(1));
287287
}
288288

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

@@ -335,6 +336,7 @@ public void testConcurrentSnapshotCreateAndDelete() {
335336
* Simulates concurrent restarts of data and master nodes as well as relocating a primary shard, while starting and subsequently
336337
* deleting a snapshot.
337338
*/
339+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
338340
public void testSnapshotPrimaryRelocations() {
339341
final int masterNodeCount = randomFrom(1, 3, 5);
340342
setupTestCluster(masterNodeCount, randomIntBetween(2, 10));

0 commit comments

Comments
 (0)