Skip to content

Commit

Permalink
Disable hanging test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Nov 14, 2022
1 parent cbf3720 commit 75b5b89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand All @@ -26,6 +27,7 @@
import io.vertx.ext.web.client.WebClient;
import io.vertx.ext.web.client.WebClientOptions;

@Disabled("hangs")
public class Http2Test {

protected static final String PING_DATA = "12345678";
Expand Down

0 comments on commit 75b5b89

Please sign in to comment.