|
176 | 176 | SKIPPED_TESTS << { file: 'ml/jobs_crud.yml',
|
177 | 177 | description: 'Test put job with model_memory_limit as string and lazy open' }
|
178 | 178 |
|
| 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 | + |
179 | 198 | # The directory of rest api YAML files.
|
180 | 199 | REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
|
181 | 200 |
|
|
0 commit comments