Skip to content

Commit 4a45ab1

Browse files
committed
[X-Pack] Skip ml/jobs_crud.yml. Related to #853
1 parent bb863e6 commit 4a45ab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elasticsearch-xpack/spec/rest_yaml_tests_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@
159159
SKIPPED_TESTS << { file: 'analytics/usage.yml',
160160
description: 'Usage stats on analytics indices'}
161161

162+
# TODO https://github.com/elastic/elasticsearch-ruby/issues/853
163+
SKIPPED_TESTS << { file: 'ml/jobs_crud.yml',
164+
description: 'Test put job with model_memory_limit as string and lazy open' }
165+
162166
# The directory of rest api YAML files.
163167
REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
164168

0 commit comments

Comments
 (0)