Skip to content

Commit 5924df1

Browse files
committed
Mute testRecoveryFromFailureOnTrimming
Tracked at #46267
1 parent f91dd90 commit 5924df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,7 @@ public void testRecoveryFromAFutureGenerationCleansUp() throws IOException {
22852285
* Tests the situation where the node crashes after a translog gen was committed to lucene, but before the translog had the chance
22862286
* to clean up its files.
22872287
*/
2288+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46267")
22882289
public void testRecoveryFromFailureOnTrimming() throws IOException {
22892290
Path tempDir = createTempDir();
22902291
final FailSwitch fail = new FailSwitch();

0 commit comments

Comments
 (0)