Skip to content

Commit

Permalink
Remove test that cannot pass anymore with Netty ugprade to 4.1.92.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 10, 2023
1 parent b243878 commit 039b9d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/io/vertx/core/http/Http2ServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1292,11 +1292,6 @@ public void testMissingPathPseudoHeader() throws Exception {
testMalformedRequestHeaders(new DefaultHttp2Headers().method("GET").scheme("http"));
}

@Test
public void testMissingEmptyPathPseudoHeader() throws Exception {
testMalformedRequestHeaders(new DefaultHttp2Headers().method("GET").scheme("http").path(""));
}

@Test
public void testInvalidAuthority() throws Exception {
testMalformedRequestHeaders(new DefaultHttp2Headers().method("GET").scheme("http").authority("foo@" + DEFAULT_HTTPS_HOST_AND_PORT).path("/"));
Expand Down

0 comments on commit 039b9d3

Please sign in to comment.