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 d003724 commit 062f688Copy full SHA for 062f688
exporter/otlp/test/opentelemetry/exporter/otlp/exporter_test.rb
@@ -533,6 +533,9 @@
533
end
534
535
it 'translates all the things' do
536
+ # TODO: See issue #1507 to fix
537
+ skip 'Intermittently fails' if RUBY_ENGINE == 'truffleruby'
538
+
539
stub_request(:post, 'http://localhost:4318/v1/traces').to_return(status: 200)
540
processor = OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(exporter)
541
tracer = OpenTelemetry.tracer_provider.tracer('tracer', 'v0.0.1')
0 commit comments