Re-enabled ConnectionStatisticsTest.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-04-20 21:51:51 +02:00
parent 9176d83423
commit 1b6fb39867
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import org.eclipse.jetty.server.handler.AbstractHandler;
import org.eclipse.jetty.util.IO;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;
@ -50,7 +49,6 @@ public class ConnectionStatisticsTest extends AbstractTest<TransportScenario>
Assumptions.assumeTrue(scenario.transport == HTTP || scenario.transport == H2C);
}
@Disabled
@ParameterizedTest
@ArgumentsSource(TransportProvider.class)
public void testConnectionStatistics(Transport transport) throws Exception