Skip to content

Commit

Permalink
Merge pull request #1377 from rsvoboda/opentracing-reactive-grpc.rest…
Browse files Browse the repository at this point in the history
…easy-reactive

Move fully to RESTEasy Reactive for opentracing-reactive-grpc, disable SSE scenario
  • Loading branch information
jedla97 authored Aug 25, 2023
2 parents f4e4c15 + a72acaf commit d0bacb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/opentracing-reactive-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-mutiny</artifactId>
<artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
package io.quarkus.ts.monitoring.opentracing.reactive.grpc;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.QuarkusScenario;

@QuarkusScenario
@Disabled("RESTEasy Reactive + SSE + OpenTracing are not friends, works with OpenTelemetry," +
"https://github.com/quarkusio/quarkus/issues/29539 closed as won't fix")
public class ServerSentEventsTraceOpentracingIT extends AbstractTraceIT {

@Override
Expand Down

0 comments on commit d0bacb7

Please sign in to comment.