We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de85276 commit 1abe5dfCopy full SHA for 1abe5df
server/src/test/java/org/elasticsearch/index/shard/IndexShardRetentionLeaseTests.java
@@ -134,6 +134,7 @@ public void testExpiration() throws IOException {
134
}
135
136
137
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37420")
138
public void testCommit() throws IOException {
139
final Settings settings = Settings.builder()
140
.put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)
0 commit comments