Skip to content

Commit

Permalink
skip DI tests on ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Sep 27, 2024
1 parent 5b1f118 commit ec3426e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/datadog/di/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ def di_test
skip "Dynamic instrumentation is not supported on JRuby"
end
end
if RUBY_VERSION < '2.6'
before(:all) do
skip "Dynamic instrumentation requires Ruby 2.6 or higher"
end
end
end
end
end
Expand Down

0 comments on commit ec3426e

Please sign in to comment.