Mute DynamicMappingIT testMappingsPropagatedToMasterNodeImmediately

Due to https://github.com/elastic/elasticsearch/issues/37816
This commit is contained in:
David Roberts 2019-01-24 12:54:23 +00:00
parent 163a27b93c
commit a81931bb2a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class DynamicMappingIT extends ESIntegTestCase {
assertTrue("Could not find [" + field + "] in " + typeMappingsMap.toString(), properties.containsKey(field)); 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 { public void testMappingsPropagatedToMasterNodeImmediately() throws IOException {
assertAcked(prepareCreate("index")); assertAcked(prepareCreate("index"));