Skip to content

Commit 9515e89

Browse files
committed
rubocop
1 parent bd49737 commit 9515e89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/datadog/tracing/contrib/shoryuken/tracer_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ def perform(sqs_msg, body)
184184
it do
185185
# Test does not work correctly on Ruby 3.5.0-preview1.
186186
# 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
187+
skip 'Skipped on Ruby 3.5.0-preview1' if RUBY_VERSION.start_with?('3.5')
190188
expect { perform_async }.to_not raise_error
191189
# TODO: These expectations do not work because Shoryuken doesn't run middleware in tests
192190
# https://github.com/phstc/shoryuken/issues/541

0 commit comments

Comments
 (0)