Browse Source

[ML] Unmute ml_info REST compat test (#73606)

Once https://github.com/elastic/elasticsearch/pull/73605
is merged this test should pass on master.
David Roberts 4 years ago
parent
commit
51703ed419
1 changed files with 0 additions and 2 deletions
  1. 0 2
      x-pack/plugin/build.gradle

+ 0 - 2
x-pack/plugin/build.gradle

@@ -121,8 +121,6 @@ tasks.named("yamlRestCompatTest").configure {
     'ml/jobs_get_stats/Test get job stats after uploading data prompting the creation of some stats',
     'ml/jobs_get_stats/Test get job stats for closed job',
     'ml/jobs_get_stats/Test no exception on get job stats with missing index',
-    // TODO: the ml_info mute can be removed from master once the ml_standard tokenizer is in 7.x
-    'ml/ml_info/Test ml info',
     'ml/post_data/Test POST data job api, flush, close and verify DataCounts doc',
     'ml/post_data/Test flush with skip_time',
     'ml/set_upgrade_mode/Setting upgrade mode to disabled from enabled',