Skip to content

Commit b04a913

Browse files
committed
[XPACK] Skip ml tests
1 parent 60d1ba1 commit b04a913

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

elasticsearch-xpack/spec/rest_yaml_tests_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
SKIPPED_TESTS << { file: 'ml/jobs_crud.yml',
185185
description: 'Test put job with model_memory_limit as string and lazy open' }
186186

187+
SKIPPED_TESTS << { file: 'ml/inference_crud.yml',
188+
description: 'Test delete given unused trained model' }
189+
SKIPPED_TESTS << { file: 'ml/filter_crud.yml',
190+
description: '*' }
191+
187192
# The directory of rest api YAML files.
188193
REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
189194

0 commit comments

Comments
 (0)