Skip to content

Commit

Permalink
Mute test that needs to be muted
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 21, 2023
1 parent 4219acf commit 210f1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ tasks.named("yamlRestTestV7CompatTransform").configure { task ->
task.skipTest("service_accounts/10_basic/Test get service accounts", "new service accounts are added")
task.skipTest("spatial/70_script_doc_values/diagonal length", "precision changed in 8.4.0")
task.skipTest("spatial/70_script_doc_values/geoshape value", "error message changed in 8.9.0")
task.skipTest("security/authz/14_cat_indices/Test empty request while single authorized index", "not supported for compatibility")

task.replaceValueInMatch("_type", "_doc")
task.addAllowedWarningRegex("\\[types removal\\].*")
Expand Down

0 comments on commit 210f1a0

Please sign in to comment.