From 03ed18a0102fb87bf4dc22c580831c8b7a924815 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 4 Sep 2019 17:23:41 -0400 Subject: [PATCH] Unmute testRecoveryFromFailureOnTrimming Tracked at #46267 --- .../java/org/elasticsearch/index/translog/TranslogTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java b/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java index 217d8b05ac5..af48ce8dfe6 100644 --- a/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java +++ b/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java @@ -2285,7 +2285,6 @@ public class TranslogTests extends ESTestCase { * 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();