Skip to content

Commit

Permalink
Tests: suppress printing out every skipped test in report
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Oct 16, 2024
1 parent eaadd15 commit 0074671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch-api/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def self.included(context)
RSpec.configure do |config|
config.include(HelperModule)
config.add_formatter('documentation')
config.filter_run_excluding skip: true
if defined?(JRUBY_VERSION)
config.add_formatter('RSpec::Core::Formatters::HtmlFormatter', "tmp/elasticsearch-#{ENV['TEST_SUITE']}-jruby-#{JRUBY_VERSION}.html")
else
Expand Down

0 comments on commit 0074671

Please sign in to comment.