We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd49737 commit 9515e89Copy full SHA for 9515e89
spec/datadog/tracing/contrib/shoryuken/tracer_spec.rb
@@ -184,9 +184,7 @@ def perform(sqs_msg, body)
184
it do
185
# Test does not work correctly on Ruby 3.5.0-preview1.
186
# TODO: Ruby 3.5 - Re-enable after investigation.
187
- if RUBY_VERSION.start_with?('3.5')
188
- skip 'Skipped on Ruby 3.5.0-preview1'
189
- end
+ skip 'Skipped on Ruby 3.5.0-preview1' if RUBY_VERSION.start_with?('3.5')
190
expect { perform_async }.to_not raise_error
191
# TODO: These expectations do not work because Shoryuken doesn't run middleware in tests
192
# https://github.com/phstc/shoryuken/issues/541
0 commit comments