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 877b2b8 commit 6613dd0Copy full SHA for 6613dd0
elasticsearch-api/spec/rest_yaml_tests_helper.rb
@@ -85,6 +85,10 @@
85
skipped_tests << { file: 'cat.indices/10_basic.yml',
86
description: 'Test cat indices output for closed index (pre 7.2.0)' }
87
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
+
92
SKIPPED_TESTS = skipped_tests
93
94
# The directory of rest api YAML files.
0 commit comments