Skip to content

Commit 2c825fd

Browse files
authored
Muting test testExtractIndexCheckpointsInconsistentGlobalCheckpoints (#40371)
1 parent 72e413d commit 2c825fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/data-frame/src/test/java/org/elasticsearch/xpack/dataframe/checkpoint/DataFrameTransformsCheckpointServiceTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void testExtractIndexCheckpointsLostPrimaries() {
8282
}
8383
}
8484

85+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40368")
8586
public void testExtractIndexCheckpointsInconsistentGlobalCheckpoints() {
8687
Map<String, long[]> expectedCheckpoints = new HashMap<>();
8788
Set<String> indices = randomUserIndices();

0 commit comments

Comments
 (0)