File tree 1 file changed +0
-2
lines changed
server/src/test/java/org/elasticsearch/cluster/coordination
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ public void testDeleteCreateInOneBulk() throws Exception {
181
181
assertHitCount (client ().prepareSearch ("test" ).get (), 0 );
182
182
}
183
183
184
- @ AwaitsFix (bugUrl ="https://github.com/elastic/elasticsearch/issues/41030" )
185
184
public void testDelayedMappingPropagationOnPrimary () throws Exception {
186
185
// Here we want to test that things go well if there is a first request
187
186
// that adds mappings but before mappings are propagated to all nodes
@@ -274,7 +273,6 @@ public void testDelayedMappingPropagationOnPrimary() throws Exception {
274
273
});
275
274
}
276
275
277
- @ AwaitsFix (bugUrl ="https://github.com/elastic/elasticsearch/issues/36813" )
278
276
public void testDelayedMappingPropagationOnReplica () throws Exception {
279
277
// This is essentially the same thing as testDelayedMappingPropagationOnPrimary
280
278
// but for replicas
You can’t perform that action at this time.
0 commit comments