We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fc246 commit a417905Copy full SHA for a417905
server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java
@@ -181,6 +181,7 @@ public void testDeleteCreateInOneBulk() throws Exception {
181
assertHitCount(client().prepareSearch("test").get(), 0);
182
}
183
184
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
185
public void testDelayedMappingPropagationOnPrimary() throws Exception {
186
// Here we want to test that things go well if there is a first request
187
// that adds mappings but before mappings are propagated to all nodes
0 commit comments