Skip to content

Commit

Permalink
Skip JRuby which does not respond to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Sep 20, 2024
1 parent ac41fd7 commit fe922cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/single_step_instrument_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RSpec.describe 'Single step instrument' do
RSpec.describe 'Single step instrument', skip: !Process.respond_to?(:fork) do
it do
expect_in_fork do
expect_any_instance_of(Object)
Expand Down

0 comments on commit fe922cf

Please sign in to comment.