Skip to content

Commit 062f688

Browse files
test: Skip flaky truffleruby test (#1512)
This test is failing on unrelated PRs. Issue #1507 is created to resolve the source of the flakiness.
1 parent d003724 commit 062f688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exporter/otlp/test/opentelemetry/exporter/otlp/exporter_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@
533533
end
534534

535535
it 'translates all the things' do
536+
# TODO: See issue #1507 to fix
537+
skip 'Intermittently fails' if RUBY_ENGINE == 'truffleruby'
538+
536539
stub_request(:post, 'http://localhost:4318/v1/traces').to_return(status: 200)
537540
processor = OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(exporter)
538541
tracer = OpenTelemetry.tracer_provider.tracer('tracer', 'v0.0.1')

0 commit comments

Comments
 (0)