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:
javanna 2018-04-13 17:03:09 +02:00 committed by Luca Cavanna
parent 03ce3dd4a4
commit 485d5d19bc
1 changed files with 1 additions and 0 deletions

View File

@ -1812,6 +1812,7 @@ public class TranslogTests extends ESTestCase {
assertTrue(translog.getTragicException() instanceof UnknownException);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29509")
public void testFatalIOExceptionsWhileWritingConcurrently() throws IOException, InterruptedException {
Path tempDir = createTempDir();
final FailSwitch fail = new FailSwitch();