Skip to content

Commit

Permalink
Revert "[test] Enable HTTP/3 metrics test (#3537)"
Browse files Browse the repository at this point in the history
This reverts commit a12b08d.
  • Loading branch information
violetagg committed Dec 9, 2024
1 parent a12b08d commit b7e9668
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -571,6 +572,7 @@ else if (signal.getThrowable() instanceof PoolAcquireTimeoutException &&
}

@Test
@Disabled
void testMetrics() throws Exception {
disposableServer =
createServer()
Expand Down

0 comments on commit b7e9668

Please sign in to comment.