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 da00e2e commit 3852616Copy full SHA for 3852616
elasticsearch-api/spec/elasticsearch/api/rest_api_yaml_spec.rb
@@ -13,6 +13,8 @@
13
rescue SkipTestsException => _e
14
# If the test file has a `skip` at the top level that applies to this
15
# version of Elasticsearch, continue with the next text.
16
+ logger = Logger.new($stdout)
17
+ logger.info "Skipping #{file} due to 'skip all'."
18
next
19
end
20
0 commit comments