Skip to content

Commit

Permalink
Temporarily disable backward compatibility tests for 78180
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Sep 23, 2021
1 parent 4e8031d commit 97499e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,13 @@ tasks.named("yamlRestTestV7CompatTest").configure {

// 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'
'ml/trained_model_cat_apis/Test cat trained models',

// https://github.com/elastic/elasticsearch/pull/78180
'cluster.health/20_request_timeout/cluster/cluster health request timeout on waiting for nodes',
'cluster.health/20_request_timeout/cluster/cluster health request timeout waiting for active shards',
'rollup/security_tests/Index-based access',
'rollup/security_tests/Attribute-based access'
].join(',')
dependsOn "copyExtraResources"
}
Expand Down

0 comments on commit 97499e7

Please sign in to comment.