Skip to content

Commit eeb09f0

Browse files
committed
[Test] Skip single rest compat test for invalidateApiKey
Temporarily mute till #78664 gets merged.
1 parent 324996e commit eeb09f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ tasks.named("yamlRestTestV7CompatTransform").configure{ task ->
115115
task.skipTest("rollup/put_job/Test basic put_job", "rollup was an experimental feature, also see #41227")
116116
task.skipTest("rollup/start_job/Test start job twice", "rollup was an experimental feature, also see #41227")
117117
task.skipTest("ml/trained_model_cat_apis/Test cat trained models", "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)")
118+
task.skipTest("api_key/10_basic/Test invalidate api keys with single id", "waiting for https://github.com/elastic/elasticsearch/pull/78664")
118119

119120
task.replaceKeyInDo("license.delete", "xpack-license.delete")
120121
task.replaceKeyInDo("license.get", "xpack-license.get")

0 commit comments

Comments
 (0)