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 bb863e6 commit 4a45ab1Copy full SHA for 4a45ab1
elasticsearch-xpack/spec/rest_yaml_tests_helper.rb
@@ -159,6 +159,10 @@
159
SKIPPED_TESTS << { file: 'analytics/usage.yml',
160
description: 'Usage stats on analytics indices'}
161
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
+
166
# The directory of rest api YAML files.
167
REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
168
0 commit comments