Skip to content

Commit f78834d

Browse files
Reenable SnapshotResiliency Test (#41437)
This was fixed in #41332 but I forgot to reenable the test.
1 parent 3a1606b commit f78834d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ public void testConcurrentSnapshotCreateAndDelete() {
433433
* Simulates concurrent restarts of data and master nodes as well as relocating a primary shard, while starting and subsequently
434434
* deleting a snapshot.
435435
*/
436-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
437436
public void testSnapshotPrimaryRelocations() {
438437
final int masterNodeCount = randomFrom(1, 3, 5);
439438
setupTestCluster(masterNodeCount, randomIntBetween(2, 10));

0 commit comments

Comments
 (0)