Skip to content

Commit

Permalink
Re-enabled ConnectionStatisticsTest.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Apr 22, 2021
1 parent 9176d83 commit 1b6fb39
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -32,7 +32,6 @@
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;

Expand All @@ -50,7 +49,6 @@ public void init(Transport transport) throws IOException
Assumptions.assumeTrue(scenario.transport == HTTP || scenario.transport == H2C);
}

@Disabled
@ParameterizedTest
@ArgumentsSource(TransportProvider.class)
public void testConnectionStatistics(Transport transport) throws Exception
Expand Down

0 comments on commit 1b6fb39

Please sign in to comment.