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 c162771 commit 1bcc7b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ static void assertMappingsHaveField(GetMappingsResponse mappings, String index,
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 1bcc7b1

Please sign in to comment.