Browse Source

Service Accounts - Enable rest compat tests (#73822)

Changes are backported and the rest compat tests can now be enabled.
Yang Wang 4 years ago
parent
commit
aa3fcc8334
1 changed files with 1 additions and 2 deletions
  1. 1 2
      x-pack/plugin/build.gradle

+ 1 - 2
x-pack/plugin/build.gradle

@@ -156,8 +156,7 @@ tasks.named("yamlRestCompatTest").configure {
     'vectors/40_sparse_vector_special_cases/Query vector has different dimensions from documents\' vectors',
     'vectors/40_sparse_vector_special_cases/Sparse vectors should error with dense vector functions',
     'vectors/40_sparse_vector_special_cases/Vectors of different dimensions and data types',
-    'vectors/50_vector_stats/Usage stats on vector fields',
-    'service_accounts/10_basic/*'
+    'vectors/50_vector_stats/Usage stats on vector fields'
   ])
 
   systemProperty 'tests.rest.blacklist', restTestBlacklist.join(',')