awaitFix testCorruptTranslogTruncationOfReplica
see https://github.com/elastic/elasticsearch/issues/25817
This commit is contained in:
parent
febb4bf7bc
commit
de6ad7a704
|
@ -223,6 +223,7 @@ public class TruncateTranslogIT extends ESIntegTestCase {
|
|||
expectSeqNoRecovery ? equalTo(0) : greaterThan(0));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25817")
|
||||
public void testCorruptTranslogTruncationOfReplica() throws Exception {
|
||||
internalCluster().startNodes(2, Settings.EMPTY);
|
||||
|
||||
|
|
Loading…
Reference in New Issue