Skip to content

Commit fe922cf

Browse files
committed
Skip JRuby which does not respond to fork
1 parent ac41fd7 commit fe922cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/datadog/single_step_instrument_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RSpec.describe 'Single step instrument' do
1+
RSpec.describe 'Single step instrument', skip: !Process.respond_to?(:fork) do
22
it do
33
expect_in_fork do
44
expect_any_instance_of(Object)

0 commit comments

Comments
 (0)