Skip to content

Commit

Permalink
Mute LegacyDynamicMappingIT testMappingsPropagatedToMasterNodeImmedia…
Browse files Browse the repository at this point in the history
…telyMultiType

Due to #37817
  • Loading branch information
droberts195 committed Jan 24, 2019
1 parent 1bcc7b1 commit bb5747c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ protected boolean forbidPrivateIndexSettings() {
return false;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37817")
public void testMappingsPropagatedToMasterNodeImmediatelyMultiType() throws IOException {
assertAcked(prepareCreate("index").setSettings(Settings.builder().put("index.version.created", Version.V_5_6_0.id)));
// allows for multiple types
Expand Down

0 comments on commit bb5747c

Please sign in to comment.