Skip to content

Commit

Permalink
Disable ServerSentEventsTraceOpentracingIT in monitoring/opentracing-…
Browse files Browse the repository at this point in the history
…reactive-grpc
  • Loading branch information
rsvoboda authored and fedinskiy committed Nov 10, 2023
1 parent c58fd28 commit 3aa0a3d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package io.quarkus.ts.monitoring.opentracing.reactive.grpc;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.scenarios.QuarkusScenario;

@QuarkusScenario
@Disabled("Hitting RESTEasy Classic limits with SSE, details https://github.com/quarkusio/quarkus/issues/36979")
public class ServerSentEventsTraceOpentracingIT extends AbstractTraceIT {

@Override
Expand Down

0 comments on commit 3aa0a3d

Please sign in to comment.