File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
server/src/test/java/org/elasticsearch/cluster/coordination Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments