Skip to content

Commit a669efd

Browse files
author
Christoph Büscher
authored
Remove left-over AwaitsFix in RateClusterStateIT (#45043)
Issues are closed and fixes in #42580 and #42430 seem to be merged to 7.x at least.
1 parent 9e901c5 commit a669efd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public void testDeleteCreateInOneBulk() throws Exception {
183183
assertHitCount(client().prepareSearch("test").get(), 0);
184184
}
185185

186-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
187186
public void testDelayedMappingPropagationOnPrimary() throws Exception {
188187
// Here we want to test that things go well if there is a first request
189188
// that adds mappings but before mappings are propagated to all nodes
@@ -276,7 +275,6 @@ public void testDelayedMappingPropagationOnPrimary() throws Exception {
276275
});
277276
}
278277

279-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36813")
280278
public void testDelayedMappingPropagationOnReplica() throws Exception {
281279
// This is essentially the same thing as testDelayedMappingPropagationOnPrimary
282280
// but for replicas

0 commit comments

Comments
 (0)