We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac41fd7 commit fe922cfCopy full SHA for fe922cf
spec/datadog/single_step_instrument_spec.rb
@@ -1,4 +1,4 @@
1
-RSpec.describe 'Single step instrument' do
+RSpec.describe 'Single step instrument', skip: !Process.respond_to?(:fork) do
2
it do
3
expect_in_fork do
4
expect_any_instance_of(Object)
0 commit comments