There was an error while loading. Please reload this page.
1 parent eaadd15 commit 0074671Copy full SHA for 0074671
elasticsearch-api/spec/spec_helper.rb
@@ -59,6 +59,7 @@ def self.included(context)
59
RSpec.configure do |config|
60
config.include(HelperModule)
61
config.add_formatter('documentation')
62
+ config.filter_run_excluding skip: true
63
if defined?(JRUBY_VERSION)
64
config.add_formatter('RSpec::Core::Formatters::HtmlFormatter', "tmp/elasticsearch-#{ENV['TEST_SUITE']}-jruby-#{JRUBY_VERSION}.html")
65
else
0 commit comments