Skip to content

Commit

Permalink
Mute DynamicMappingIT testMappingsPropagatedToMasterNodeImmediately
Browse files Browse the repository at this point in the history
Due to #37816
  • Loading branch information
droberts195 committed Jan 24, 2019
1 parent 163a27b commit a81931b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private static void assertMappingsHaveField(GetMappingsResponse mappings, String
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"));

Expand Down

0 comments on commit a81931b

Please sign in to comment.