Skip to content

Commit

Permalink
deactivate tracking prior to test
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 26, 2024
1 parent ea38934 commit 0744c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/datadog/di/code_tracker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
RSpec.describe Datadog::DI::CodeTracker do
di_test

before(:all) do
Datadog::DI.deactivate_tracking!
end

let(:tracker) do
described_class.new
end
Expand Down

0 comments on commit 0744c82

Please sign in to comment.