Skip to content

Commit

Permalink
Merge pull request #709 from michalvavrik/feature/disable-opentelemet…
Browse files Browse the repository at this point in the history
…ry-reactive-native

Disable OpentelemetryReactiveIT in native mode
  • Loading branch information
Pablo Gonzalez Granados authored Jun 13, 2022
2 parents 93c3538 + 5ce5cad commit 86602a6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
import io.quarkus.test.bootstrap.JaegerService;
import io.quarkus.test.bootstrap.RestService;
import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.scenarios.annotations.DisabledOnNative;
import io.quarkus.test.services.JaegerContainer;
import io.quarkus.test.services.QuarkusApplication;
import io.restassured.response.Response;

@QuarkusScenario
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "Windows does not support Linux Containers / Testcontainers")
// TODO https://github.com/quarkusio/quarkus/issues/26083
@DisabledOnNative(reason = "Native opentelemtry reported issue: NoSuchMethodException: UdsNettyChannelProvider")
public class OpentelemetryReactiveIT {
private static final int GRPC_COLLECTOR_PORT = 14250;

Expand Down

0 comments on commit 86602a6

Please sign in to comment.