Skip to content

Commit

Permalink
Mute testRecoveryFromFailureOnTrimming
Browse files Browse the repository at this point in the history
Tracked at #46267
  • Loading branch information
dnhatn committed Sep 3, 2019
1 parent f91dd90 commit 5924df1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,7 @@ public void testRecoveryFromAFutureGenerationCleansUp() throws IOException {
* Tests the situation where the node crashes after a translog gen was committed to lucene, but before the translog had the chance
* to clean up its files.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46267")
public void testRecoveryFromFailureOnTrimming() throws IOException {
Path tempDir = createTempDir();
final FailSwitch fail = new FailSwitch();
Expand Down

0 comments on commit 5924df1

Please sign in to comment.