Skip to content

Commit 3852616

Browse files
committed
[CI] Log skipped tests when using skip all
1 parent da00e2e commit 3852616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch-api/spec/elasticsearch/api/rest_api_yaml_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
rescue SkipTestsException => _e
1414
# If the test file has a `skip` at the top level that applies to this
1515
# version of Elasticsearch, continue with the next text.
16+
logger = Logger.new($stdout)
17+
logger.info "Skipping #{file} due to 'skip all'."
1618
next
1719
end
1820

0 commit comments

Comments
 (0)