Skip to content

Commit

Permalink
remove from tracing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 10, 2024
1 parent e78df73 commit e5ae3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ namespace :spec do
].each do |contrib|
desc '' # "Explicitly hiding from `rake -T`"
RSpec::Core::RakeTask.new(contrib) do |t, args|
t.pattern = "spec/datadog/tracing/contrib/#{contrib}/**/*_spec.rb,spec/datadog/di/contrib/#{contrib}/**/*_spec.rb"
t.pattern = "spec/datadog/tracing/contrib/#{contrib}/**/*_spec.rb"
t.rspec_opts = args.to_a.join(' ')
end
end
Expand Down

0 comments on commit e5ae3e6

Please sign in to comment.