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 f8cdb2a commit 2543d96Copy full SHA for 2543d96
elasticsearch-api/Rakefile
@@ -36,6 +36,7 @@ namespace :test do
36
RSpec::Core::RakeTask.new(:spec) do |t|
37
t.pattern = 'spec/elasticsearch/api/**/*_spec.rb'
38
t.exclude_pattern = 'spec/platinum/**/*_spec.rb'
39
+ t.exclude_pattern += ',spec/elasticsearch/api/perform_request_spec.rb' unless ENV['TEST_WITH_OTEL']
40
end
41
42
desc 'Run Rest API Spec tests'
0 commit comments