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 26344f5 commit 8578856Copy full SHA for 8578856
elasticsearch-api/spec/rest_yaml_tests_helper.rb
@@ -102,6 +102,12 @@
102
skipped_tests << { file: 'cat.indices/10_basic.yml',
103
description: 'Test cat indices output for closed index (pre 7.2.0)' }
104
105
+# TODO
106
+skipped_tests << {
107
+ file: 'nodes.info/10_basic.yml',
108
+ description: 'node_info role test'
109
+}
110
+
111
SKIPPED_TESTS = skipped_tests
112
113
# The directory of rest api YAML files.
0 commit comments