Skip to content

Commit ccd3bf4

Browse files
committed
skip account REST tests with invalid length
1 parent 1fe678c commit ccd3bf4

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
@@ -111,6 +111,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
111111
task.skipTest("esql/40_tsdb/from index pattern unsupported counter", "TODO: support for subset of metric fields")
112112
task.skipTest("esql/40_unsupported_types/unsupported", "TODO: support for subset of metric fields")
113113
task.skipTest("esql/40_unsupported_types/unsupported with sort", "TODO: support for subset of metric fields")
114+
task.skipTest("service_accounts/10_basic/Test get service accounts", "Enterprise Search service account removed, invalidating the current tests")
114115
})
115116

116117
tasks.named('yamlRestCompatTest').configure {

0 commit comments

Comments
 (0)