Skip to content

Commit

Permalink
Mute TranslogTests#testFatalIOExceptionsWhileWritingConcurrently
Browse files Browse the repository at this point in the history
This test has been failing quite a few times with a suite timeout,
opened #29509 for it.
  • Loading branch information
javanna committed Apr 13, 2018
1 parent bb3bd10 commit c688e59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@ public void testTragicEventCanBeAnyException() throws IOException {
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();
Expand Down

0 comments on commit c688e59

Please sign in to comment.