Skip to content

Commit

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

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

0 comments on commit 3cdebc8

Please sign in to comment.