Mute DynamicMappingIT testMappingsPropagatedToMasterNodeImmediately
Due to https://github.com/elastic/elasticsearch/issues/37816
This commit is contained in:
parent
163a27b93c
commit
a81931bb2a
|
@ -75,6 +75,7 @@ public class DynamicMappingIT extends ESIntegTestCase {
|
|||
assertTrue("Could not find [" + field + "] in " + typeMappingsMap.toString(), properties.containsKey(field));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37816")
|
||||
public void testMappingsPropagatedToMasterNodeImmediately() throws IOException {
|
||||
assertAcked(prepareCreate("index"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue