Skip to content

Commit

Permalink
temporarily disable rest compat for the API
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Jul 10, 2021
1 parent 9f95cb1 commit c56332e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ tasks.named("yamlRestCompatTest").configure {
//https://github.com/elastic/elasticsearch/pull/41502
'rollup/start_job/Test start job twice',
// a type field was added to cat.ml_trained_models #73660, this might need some work
'ml/trained_model_cat_apis/Test cat trained models'
'ml/trained_model_cat_apis/Test cat trained models',
'service_accounts/10_basic/Test service account tokens', // https://github.com/elastic/elasticsearch/pull/75200
] + v7compatibilityNotSupportedTests())


Expand Down

0 comments on commit c56332e

Please sign in to comment.