Răsfoiți Sursa

[ML] Unmute REST compat tests (#76098)

Now that #76010 is backported these two tests should work.
David Roberts 4 ani în urmă
părinte
comite
b8c533287b
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      x-pack/plugin/build.gradle

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

@@ -145,10 +145,6 @@ def v7compatibilityNotSupportedTests = {
     'rollup/start_job/Test start job twice',
     'service_accounts/10_basic/Test service account tokens', // https://github.com/elastic/elasticsearch/pull/75200
 
-    // temporarily muted awaiting backport of https://github.com/elastic/elasticsearch/pull/76010
-    'ml/delete_job_force/Test force delete job that is referred by a datafeed',
-    'ml/jobs_crud/Test delete job that is referred by a datafeed',
-
     // a type field was added to cat.ml_trained_models #73660, this is a backwards compatible change.
     // still this is a cat api, and we don't support them with rest api compatibility. (the test would be very hard to transform too)
     'ml/trained_model_cat_apis/Test cat trained models'