Skip to content

Commit

Permalink
Remove exclusion of test from Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Jan 24, 2025
1 parent 115d4dd commit 1477011
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
class TestTracerAtStartup {

@Test
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "https://github.com/helidon-io/helidon/issues/9513")
void checkForFullFeaturedTracerAtStartup() {
assertThat("Global tracer from start-up extension",
TestExtension.globalTracerAtStartup.unwrap(io.opentelemetry.api.trace.Tracer.class).getClass().getName(),
Expand Down

0 comments on commit 1477011

Please sign in to comment.