Mute failing test
(cherry picked from commit 4952d4facf5949abdb9aae47dbe1ee18cf7eef99)
This commit is contained in:
parent
12433434ef
commit
1f4ff97d7d
|
@ -75,6 +75,7 @@ import static java.util.Collections.emptySet;
|
|||
|
||||
public class FsRepositoryTests extends ESTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42905")
|
||||
public void testSnapshotAndRestore() throws IOException, InterruptedException {
|
||||
ThreadPool threadPool = new TestThreadPool(getClass().getSimpleName());
|
||||
try (Directory directory = newDirectory()) {
|
||||
|
|
Loading…
Reference in New Issue