Skip to content

Commit 76b32e6

Browse files
author
Christoph Büscher
authored
Mute failure in InternalEngineTests (#38622)
1 parent b35d3f0 commit 76b32e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import com.carrotsearch.hppc.cursors.ObjectObjectCursor;
2323
import com.carrotsearch.randomizedtesting.generators.RandomNumbers;
24+
2425
import org.apache.logging.log4j.Level;
2526
import org.apache.logging.log4j.LogManager;
2627
import org.apache.logging.log4j.Logger;
@@ -5295,6 +5296,7 @@ private void assertOperationHistoryInLucene(List<Engine.Operation> operations) t
52955296
}
52965297
}
52975298

5299+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/pull/38285")
52985300
public void testKeepMinRetainedSeqNoByMergePolicy() throws IOException {
52995301
IOUtils.close(engine, store);
53005302
Settings.Builder settings = Settings.builder()

0 commit comments

Comments
 (0)