We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1243343 commit 1f4ff97Copy full SHA for 1f4ff97
server/src/test/java/org/elasticsearch/repositories/fs/FsRepositoryTests.java
@@ -75,6 +75,7 @@
75
76
public class FsRepositoryTests extends ESTestCase {
77
78
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42905")
79
public void testSnapshotAndRestore() throws IOException, InterruptedException {
80
ThreadPool threadPool = new TestThreadPool(getClass().getSimpleName());
81
try (Directory directory = newDirectory()) {
0 commit comments