Skip to content

Commit 38a0683

Browse files
committed
[CI] Test Runner: Skip 7.10 license issues x-pack tests
1 parent f147d4a commit 38a0683

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

elasticsearch-xpack/spec/rest_yaml_tests_helper.rb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,25 @@
176176
SKIPPED_TESTS << { file: 'ml/jobs_crud.yml',
177177
description: 'Test put job with model_memory_limit as string and lazy open' }
178178

179+
# 7.10 skipped tests:
180+
SKIPPED_TESTS << { file: 'license/20_put_license.yml',
181+
description: 'Current license is trial means not eligle to start trial' }
182+
SKIPPED_TESTS << { file: 'privileges/40_get_user_privs.yml',
183+
description: '*' }
184+
SKIPPED_TESTS << { file: 'license/20_put_license.yml',
185+
description: 'Current license is trial means not eligle to start trial' }
186+
SKIPPED_TESTS << { file: 'rollup/security_tests.yml', description: '*' }
187+
SKIPPED_TESTS << { file: 'security/hidden-index/13_security-tokens_read.yml', description: '*' }
188+
SKIPPED_TESTS << { file: 'security/hidden-index/14_security-tokens-7_read.yml', description: '*' }
189+
SKIPPED_TESTS << { file: 'token/10_basic.yml', description: '*' }
190+
SKIPPED_TESTS << { file: 'token/11_invalidation.yml', description: '*' }
191+
SKIPPED_TESTS << { file: 'license/30_enterprise_license.yml', description: '*' }
192+
SKIPPED_TESTS << { file: 'license/20_put_license.yml', description: '*' }
193+
SKIPPED_TESTS << { file: 'xpack/20_info.yml', description: '*' }
194+
SKIPPED_TESTS << { file: 'graph/10_basic.yml', description: '*' }
195+
SKIPPED_TESTS << { file: 'authenticate/10_field_level_security.yml', description: '*' }
196+
# End 7.10 skipped tests
197+
179198
# The directory of rest api YAML files.
180199
REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
181200

0 commit comments

Comments
 (0)