Skip to content

Commit

Permalink
test: Skip flaky truffleruby test (#1512)
Browse files Browse the repository at this point in the history
This test is failing on unrelated PRs. Issue #1507 is created to resolve
the source of the flakiness.
  • Loading branch information
kaylareopelle authored Aug 15, 2023
1 parent d003724 commit 062f688
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@
end

it 'translates all the things' do
# TODO: See issue #1507 to fix
skip 'Intermittently fails' if RUBY_ENGINE == 'truffleruby'

stub_request(:post, 'http://localhost:4318/v1/traces').to_return(status: 200)
processor = OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(exporter)
tracer = OpenTelemetry.tracer_provider.tracer('tracer', 'v0.0.1')
Expand Down

0 comments on commit 062f688

Please sign in to comment.