Skip to content

Commit a417905

Browse files
committed
Mute RareClusterStateIT#testDelayedMappingPropagationOnPrimary as we await a fix.
Tracked in #41030.
1 parent a0fc246 commit a417905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public void testDeleteCreateInOneBulk() throws Exception {
181181
assertHitCount(client().prepareSearch("test").get(), 0);
182182
}
183183

184+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
184185
public void testDelayedMappingPropagationOnPrimary() throws Exception {
185186
// Here we want to test that things go well if there is a first request
186187
// that adds mappings but before mappings are propagated to all nodes

0 commit comments

Comments
 (0)