Skip to content

Commit cacdda7

Browse files
committed
Unskip shoryuken test
1 parent 0fee4ce commit cacdda7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appraisal/jruby-10.0.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
appraise 'aws' do
6565
gem 'aws-sdk'
6666
gem 'shoryuken'
67+
gem 'ostruct'
6768
end
6869

6970
appraise 'http' do

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
require 'datadog'
55
require 'shoryuken'
6+
require 'ostruct'
67

78
RSpec.describe Datadog::Tracing::Contrib::Shoryuken::Tracer do
89
let(:shoryuken_tracer) { described_class.new }
@@ -183,8 +184,6 @@ def perform(sqs_msg, body)
183184
# end
184185

185186
it do
186-
# TODO: JRuby 10.0 - Remove this skip after investigation.
187-
skip 'Test failing for JRuby 10.0 due to missing OpenStruct' if PlatformHelpers.jruby_100?
188187
expect { perform_async }.to_not raise_error
189188
# TODO: These expectations do not work because Shoryuken doesn't run middleware in tests
190189
# https://github.com/phstc/shoryuken/issues/541

0 commit comments

Comments
 (0)