Skip to content

Commit

Permalink
Merge pull request #32559 from geoand/ot-postgres-flaky
Browse files Browse the repository at this point in the history
Disable flaky OpenTelemetry Jdbc instrumentation test
  • Loading branch information
geoand authored Apr 12, 2023
2 parents 5019ed5 + 0e64566 commit e5ed909
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 = PostgreSqlLifecycleManager.class, restrictToAnnotatedClass = true)
@Disabled("flaky test")
public class PostgresOpenTelemetryJdbcInstrumentationTest extends OpenTelemetryJdbcInstrumentationTest {

@Test
Expand Down

0 comments on commit e5ed909

Please sign in to comment.