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 006319b commit 731f158Copy full SHA for 731f158
api/test/opentelemetry/context_test.rb
@@ -312,7 +312,7 @@
312
end
313
314
it 'is isolated with respect to Fiber-local storage manipulation' do
315
- skip unless Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.2.0')
+ skip unless Fiber.current.respond_to?(:storage)
316
OpenTelemetry::TestHelpers.with_test_logger do |log_stream|
317
ctx = new_context
318
Context.with_current(ctx) do
0 commit comments