Skip to content

Commit 8578856

Browse files
committed
[API] Skips node_info role test
1 parent 26344f5 commit 8578856

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

elasticsearch-api/spec/rest_yaml_tests_helper.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
skipped_tests << { file: 'cat.indices/10_basic.yml',
103103
description: 'Test cat indices output for closed index (pre 7.2.0)' }
104104

105+
# TODO
106+
skipped_tests << {
107+
file: 'nodes.info/10_basic.yml',
108+
description: 'node_info role test'
109+
}
110+
105111
SKIPPED_TESTS = skipped_tests
106112

107113
# The directory of rest api YAML files.

0 commit comments

Comments
 (0)