We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3ee7e commit 1213efeCopy full SHA for 1213efe
elasticsearch-api/Rakefile
@@ -35,6 +35,7 @@ namespace :test do
35
task :unit
36
RSpec::Core::RakeTask.new(:unit) do |t|
37
t.pattern = 'spec/unit/**/*_spec.rb'
38
+ t.exclude_pattern = 'spec/unit/perform_request_spec' unless ENV['TEST_WITH_OTEL']
39
end
40
41
desc 'Run unit and integration tests'
0 commit comments