Skip to content

Commit 6613dd0

Browse files
committed
[CI] Skip test only valid for 8.0
1 parent 877b2b8 commit 6613dd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elasticsearch-api/spec/rest_yaml_tests_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
skipped_tests << { file: 'cat.indices/10_basic.yml',
8686
description: 'Test cat indices output for closed index (pre 7.2.0)' }
8787

88+
# support for reloading password protected keystores was introduced in 8.0.0
89+
skipped_tests << { file: 'nodes.reload_secure_settings/10_basic.yml',
90+
description: 'node_reload_secure_settings test wrong password' }
91+
8892
SKIPPED_TESTS = skipped_tests
8993

9094
# The directory of rest api YAML files.

0 commit comments

Comments
 (0)