Skip to content

Commit

Permalink
Temporarily disable h2c tests with Jetty 10
Browse files Browse the repository at this point in the history
Closes gh-26038
  • Loading branch information
wilkinsona committed Apr 13, 2021
1 parent 1e059da commit 74b91b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ protected void noCompressionForUserAgent() {
protected void jettyConfigurations() throws Exception {
}

@Override
@Disabled("https://github.com/eclipse/jetty.project/issues/6164")
protected void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed() {

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ void whenARequestIsActiveThenStopWillComplete() throws InterruptedException, Bro
}

@Test
void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed()
protected void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed()
throws InterruptedException, ExecutionException, IOException {
AbstractServletWebServerFactory factory = getFactory();
Http2 http2 = new Http2();
Expand Down

0 comments on commit 74b91b7

Please sign in to comment.