Skip to content

Commit

Permalink
re-enable h3 tests (#8773)
Browse files Browse the repository at this point in the history
* run h3 tests

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Jan 12, 2023
1 parent 4ca148b commit 7c7a7f3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ public void init(Transport transport) throws IOException
@ArgumentsSource(TransportProvider.class)
public void testIterative(Transport transport) throws Exception
{
// TODO: cannot run HTTP/3 (or UDP) in Jenkins.
if ("ci".equals(System.getProperty("env")))
Assumptions.assumeTrue(transport != Transport.H3);

init(transport);
scenario.start(new LoadHandler(), client ->
{
Expand Down Expand Up @@ -118,9 +114,6 @@ public void testIterative(Transport transport) throws Exception
@ArgumentsSource(TransportProvider.class)
public void testConcurrent(Transport transport) throws Exception
{
// TODO: cannot run HTTP/3 (or UDP) in Jenkins.
Assumptions.assumeTrue(transport != Transport.H3);

init(transport);
scenario.start(new LoadHandler(), client ->
{
Expand Down

0 comments on commit 7c7a7f3

Please sign in to comment.