Skip to content

Commit c01d98b

Browse files
authored
AwaitsFix testRestoreIncreasesPrimaryTerms (#38224)
Tracked at #38223
1 parent 1a8a728 commit c01d98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3705,6 +3705,7 @@ public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
37053705
}
37063706
}
37073707

3708+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38223")
37083709
public void testRestoreIncreasesPrimaryTerms() {
37093710
final String indexName = randomAlphaOfLengthBetween(5, 10).toLowerCase(Locale.ROOT);
37103711
createIndex(indexName, Settings.builder()

0 commit comments

Comments
 (0)