Temporarily disable h2c tests with Jetty 10
Closes gh-26038
This commit is contained in:
@@ -54,4 +54,10 @@ public class Jetty10ServletWebServerFactoryTests extends JettyServletWebServerFa
|
||||
protected void jettyConfigurations() throws Exception {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Disabled("https://github.com/eclipse/jetty.project/issues/6164")
|
||||
protected void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1130,7 +1130,7 @@ public abstract class AbstractServletWebServerFactoryTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed()
|
||||
protected void whenHttp2IsEnabledAndSslIsDisabledThenH2cCanBeUsed()
|
||||
throws InterruptedException, ExecutionException, IOException {
|
||||
AbstractServletWebServerFactory factory = getFactory();
|
||||
Http2 http2 = new Http2();
|
||||
|
||||
Reference in New Issue
Block a user