Mute TranslogTests#testFatalIOExceptionsWhileWritingConcurrently
This test has been failing quite a few times with a suite timeout, opened #29509 for it.
This commit is contained in:
parent
03ce3dd4a4
commit
485d5d19bc
|
@ -1812,6 +1812,7 @@ public class TranslogTests extends ESTestCase {
|
||||||
assertTrue(translog.getTragicException() instanceof UnknownException);
|
assertTrue(translog.getTragicException() instanceof UnknownException);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29509")
|
||||||
public void testFatalIOExceptionsWhileWritingConcurrently() throws IOException, InterruptedException {
|
public void testFatalIOExceptionsWhileWritingConcurrently() throws IOException, InterruptedException {
|
||||||
Path tempDir = createTempDir();
|
Path tempDir = createTempDir();
|
||||||
final FailSwitch fail = new FailSwitch();
|
final FailSwitch fail = new FailSwitch();
|
||||||
|
|
Loading…
Reference in New Issue