From b7e966856c377c9fdf0ddd50d67c0241522d8108 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Mon, 9 Dec 2024 20:36:46 +0200 Subject: [PATCH] Revert "[test] Enable HTTP/3 metrics test (#3537)" This reverts commit a12b08d42c4a929aae1ef7f61ce9dbbde934d93e. --- .../src/http3Test/java/reactor/netty/http/Http3Tests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactor-netty-http/src/http3Test/java/reactor/netty/http/Http3Tests.java b/reactor-netty-http/src/http3Test/java/reactor/netty/http/Http3Tests.java index 827fb3e97b..401c4c7da0 100644 --- a/reactor-netty-http/src/http3Test/java/reactor/netty/http/Http3Tests.java +++ b/reactor-netty-http/src/http3Test/java/reactor/netty/http/Http3Tests.java @@ -38,6 +38,7 @@ import io.netty.incubator.codec.quic.QuicChannel; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.reactivestreams.Publisher; import reactor.core.publisher.Flux; @@ -571,6 +572,7 @@ else if (signal.getThrowable() instanceof PoolAcquireTimeoutException && } @Test + @Disabled void testMetrics() throws Exception { disposableServer = createServer()