[ML] Suppress MlJobIT.testCreateJobInSharedIndexUpdatesMapping

Original commit: elastic/x-pack-elasticsearch@214ff88ac3
This commit is contained in:
Igor Motov 2017-02-16 14:24:32 -05:00
parent 1ae8ed495e
commit 11a46dd938
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ public class MlJobIT extends ESRestTestCase {
assertThat(responseAsString, not(containsString(indexName)));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/584")
public void testCreateJobInSharedIndexUpdatesMapping() throws Exception {
String jobTemplate = "{\n" +
" \"analysis_config\" : {\n" +