Mute RareClusterStateIT#testDelayedMappingPropagationOnPrimary as we await a fix.
Tracked in #41030.
This commit is contained in:
parent
a0fc2461d7
commit
a417905098
|
@ -181,6 +181,7 @@ public class RareClusterStateIT extends ESIntegTestCase {
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue