Skip to content

Commit

Permalink
[TEST] Mark testConfigMigration in MlMigrationIT with awaitsfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Dec 21, 2018
1 parent fe74b91 commit 9c5790a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@ private void createTestIndex() throws IOException {
client().performRequest(createTestIndex);
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36935")
public void testConfigMigration() throws Exception {
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
// We are testing migration of ml config defined in the clusterstate
Expand Down

0 comments on commit 9c5790a

Please sign in to comment.