Skip to content

Commit d1c67fa

Browse files
committed
Fix flaky test
1 parent 085cb9c commit d1c67fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/sentry/opentelemetry/span_processor_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ defmodule Sentry.Opentelemetry.SpanProcessorTest do
277277
assert child_span.trace_id == transaction.contexts.trace.trace_id
278278
end)
279279

280-
assert length(transactions) >= 5
281-
assert length(transactions) <= 20
280+
assert length(transactions) < 20
282281

283282
Application.put_env(:opentelemetry, :sampler, original_sampler)
284283
end

0 commit comments

Comments
 (0)