File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spec/datadog/tracing/contrib/shoryuken Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464appraise 'aws' do
6565 gem 'aws-sdk'
6666 gem 'shoryuken'
67+ gem 'ostruct'
6768end
6869
6970appraise 'http' do
Original file line number Diff line number Diff line change 33
44require 'datadog'
55require 'shoryuken'
6+ require 'ostruct'
67
78RSpec . 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
You can’t perform that action at this time.
0 commit comments