Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
albertored committed Oct 2, 2023
1 parent a5f1d52 commit e4d4d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/otel_metric_tests.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule OtelMetricTests do
use ExUnit.Case, async: true
use ExUnit.Case, async: false

require OpenTelemetryAPIExperimental.Counter, as: Counter
require OpenTelemetryAPIExperimental.UpDownCounter, as: UpDownCounter
Expand Down
2 changes: 1 addition & 1 deletion test/otel_tests.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule OtelTests do
use ExUnit.Case, async: true
use ExUnit.Case, async: false

require OpenTelemetry.Tracer, as: Tracer
require OpenTelemetry.Span, as: Span
Expand Down

0 comments on commit e4d4d3d

Please sign in to comment.