Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Apr 12, 2023
1 parent 715ea8b commit 0e64566
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 0e64566

Please sign in to comment.