Skip to content

Commit

Permalink
Mute ClassificationIT.testSetUpgradeMode_ExistingTaskGetsUnassigned
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Apr 15, 2020
1 parent 525a35a commit ecc8599
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exceptio
assertThat(secondRunTrainingRowsIds, equalTo(firstRunTrainingRowsIds));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55221")
public void testSetUpgradeMode_ExistingTaskGetsUnassigned() throws Exception {
initialize("classification_set_upgrade_mode");
indexData(sourceIndex, 300, 0, KEYWORD_FIELD);
Expand Down

0 comments on commit ecc8599

Please sign in to comment.