diff --git a/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java b/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java index 17c9e3458c1f1..c31df3ade71cc 100644 --- a/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java +++ b/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java @@ -181,7 +181,6 @@ public void testDeleteCreateInOneBulk() throws Exception { assertHitCount(client().prepareSearch("test").get(), 0); } - @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030") public void testDelayedMappingPropagationOnPrimary() throws Exception { // Here we want to test that things go well if there is a first request // that adds mappings but before mappings are propagated to all nodes @@ -274,7 +273,6 @@ public void testDelayedMappingPropagationOnPrimary() throws Exception { }); } - @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36813") public void testDelayedMappingPropagationOnReplica() throws Exception { // This is essentially the same thing as testDelayedMappingPropagationOnPrimary // but for replicas