Skip to content

Commit 731f158

Browse files
committed
Exclude test for TruffleRuby as well
1 parent 006319b commit 731f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/test/opentelemetry/context_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
end
313313

314314
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')
315+
skip unless Fiber.current.respond_to?(:storage)
316316
OpenTelemetry::TestHelpers.with_test_logger do |log_stream|
317317
ctx = new_context
318318
Context.with_current(ctx) do

0 commit comments

Comments
 (0)