Skip to content

Commit

Permalink
Disable flaky OpenTelemetry Jdbc instrumentation test
Browse files Browse the repository at this point in the history
This test fails from time to time (see quarkusio#32708 for example)

Similar to: quarkusio#32559
  • Loading branch information
geoand committed Apr 18, 2023
1 parent ea7b14d commit 8702b80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package io.quarkus.it.opentelemetry;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
@QuarkusTestResource(value = OracleLifecycleManager.class, restrictToAnnotatedClass = true)
@Disabled("flaky test")
public class OracleOpenTelemetryJdbcInstrumentationTest extends OpenTelemetryJdbcInstrumentationTest {

@Test
Expand Down

0 comments on commit 8702b80

Please sign in to comment.