This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push:
new e42e04b Skip the HTTP/2 push tests
e42e04b is described below
commit e42e04b7ca45e73b6ea3fc9f9b25d0919d33536c
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 19 18:46:07 2024 +0000
Skip the HTTP/2 push tests
---
servlet-tck/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index 0157c03..9525f09 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -109,6 +109,7 @@
<systemPropertyVariables>
<ws_wait>5</ws_wait>
<junit.log.traceflag>true</junit.log.traceflag>
+
<servlet.tck.support.http2Push>false</servlet.tck.support.http2Push>
</systemPropertyVariables>
</configuration>
</execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]