[TEST] Mute MlMappingsUpgradeIT testMappingsUpgrade

Due to https://github.com/elastic/elasticsearch/issues/37763
This commit is contained in:
David Roberts 2019-01-23 13:50:31 +00:00
parent 12f5b02fd0
commit 6a5d9d942a
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class MlMappingsUpgradeIT extends AbstractUpgradeTestCase {
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37763")
public void testMappingsUpgrade() throws Exception {
switch (CLUSTER_TYPE) {