Skip to content

Commit 0d1c2c2

Browse files
committed
Unmute SnapshotStatusApisIT#testInfiniteTimeout
This test doesn't fail anymore, I've run it 1000 times locally. This test got introduced in #107050, and I believe the test got fixed in #107675. Unfortunately, the got muted before #107675 got merged, so I can't confirm that #107675 fixed the test on CI.
1 parent b80b683 commit 0d1c2c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotStatusApisIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ public void testConcurrentCreateAndStatusAPICalls() throws Exception {
689689
}
690690
}
691691

692-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107405")
693692
public void testInfiniteTimeout() throws Exception {
694693
createRepository("test-repo", "mock");
695694
createIndex("test-idx", 1, 0);

0 commit comments

Comments
 (0)