Skip to content

Commit aa3fcc8

Browse files
authored
Service Accounts - Enable rest compat tests (#73822)
Changes are backported and the rest compat tests can now be enabled.
1 parent 603be00 commit aa3fcc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ tasks.named("yamlRestCompatTest").configure {
156156
'vectors/40_sparse_vector_special_cases/Query vector has different dimensions from documents\' vectors',
157157
'vectors/40_sparse_vector_special_cases/Sparse vectors should error with dense vector functions',
158158
'vectors/40_sparse_vector_special_cases/Vectors of different dimensions and data types',
159-
'vectors/50_vector_stats/Usage stats on vector fields',
160-
'service_accounts/10_basic/*'
159+
'vectors/50_vector_stats/Usage stats on vector fields'
161160
])
162161

163162
systemProperty 'tests.rest.blacklist', restTestBlacklist.join(',')

0 commit comments

Comments
 (0)