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 3d009ff Disable platform TCK tests by default
3d009ff is described below
commit 3d009ff6d047d734cb19a01502d39e61cf0b3e41
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 26 14:50:35 2024 +0000
Disable platform TCK tests by default
---
websocket-tck/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 9d28894..3288d10 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -114,9 +114,13 @@
</excludes>
<dependenciesToScan>
<dependency>jakarta.tck:websocket-tck-spec-tests</dependency>
+ <!--
+ Not strictly required for Tomcat to pass the
TCK
+ May be enabled to perform the authentication
tests that Tomcat should pass
<dependency>jakarta.tck:websocket-tck-platform-tests</dependency>
+ -->
</dependenciesToScan>
- <forkCount>20</forkCount>
+ <forkCount>5</forkCount>
<reuseForks>false</reuseForks>
<systemPropertyVariables>
<arquillian.launch>http</arquillian.launch>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]