From a12b08d42c4a929aae1ef7f61ce9dbbde934d93e Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Mon, 9 Dec 2024 20:09:55 +0200 Subject: [PATCH] [test] Enable HTTP/3 metrics test (#3537) --- .../src/http3Test/java/reactor/netty/http/Http3Tests.java | 2 -- 1 file changed, 2 deletions(-) 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 401c4c7da0..827fb3e97b 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,7 +38,6 @@ 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; @@ -572,7 +571,6 @@ else if (signal.getThrowable() instanceof PoolAcquireTimeoutException && } @Test - @Disabled void testMetrics() throws Exception { disposableServer = createServer()