We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d1ba1 commit b04a913Copy full SHA for b04a913
elasticsearch-xpack/spec/rest_yaml_tests_helper.rb
@@ -184,6 +184,11 @@
184
SKIPPED_TESTS << { file: 'ml/jobs_crud.yml',
185
description: 'Test put job with model_memory_limit as string and lazy open' }
186
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
+
192
# The directory of rest api YAML files.
193
REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
194
0 commit comments