Skip to content

Commit 0074671

Browse files
committed
Tests: suppress printing out every skipped test in report
1 parent eaadd15 commit 0074671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def self.included(context)
5959
RSpec.configure do |config|
6060
config.include(HelperModule)
6161
config.add_formatter('documentation')
62+
config.filter_run_excluding skip: true
6263
if defined?(JRUBY_VERSION)
6364
config.add_formatter('RSpec::Core::Formatters::HtmlFormatter', "tmp/elasticsearch-#{ENV['TEST_SUITE']}-jruby-#{JRUBY_VERSION}.html")
6465
else

0 commit comments

Comments
 (0)
close