Skip to content

Commit

Permalink
Disable OpenTelemetryDisabledTest due to quarkusio/quarkus#38084
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jan 8, 2024
1 parent 2c3de2a commit 525ac4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
import org.jboss.shrinkwrap.api.asset.Asset;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled("https://github.com/quarkusio/quarkus/issues/38084")
public class OpenTelemetryDisabledTest {

@RegisterExtension
Expand Down

0 comments on commit 525ac4b

Please sign in to comment.