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 8d4f592  Remove references to non-existant platform tests.
8d4f592 is described below

commit 8d4f592a90064676d124de3db4f6fd4e2c643194
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 19 15:00:47 2026 +0000

    Remove references to non-existant platform tests.
---
 websocket-tck/pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 0e933b4..e355776 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -135,13 +135,8 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <excludes>
-                                <exclude>**/cdi/**</exclude>
-                                <exclude>**/authenticatedssl/**</exclude>
-                            </excludes>
                             <dependenciesToScan>
                                 
<dependency>jakarta.tck:websocket-tck-spec-tests</dependency>
-                                
<dependency>jakarta.tck:websocket-tck-platform-tests</dependency>
                             </dependenciesToScan>
                             <forkCount>${fork.count}</forkCount>
                             <reuseForks>false</reuseForks>
@@ -162,35 +157,6 @@
                             
<summaryFile>target/failsafe-reports/failsafe-summary-http.xml</summaryFile>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>https</id>
-                        <goals>
-                            <goal>integration-test</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>**/authenticatedssl/**</include>
-                            </includes>
-                            <dependenciesToScan>
-                                
<dependency>jakarta.tck:websocket-tck-spec-tests</dependency>
-                                
<dependency>jakarta.tck:websocket-tck-platform-tests</dependency>
-                            </dependenciesToScan>
-                            <reuseForks>false</reuseForks>
-                            <systemPropertyVariables>
-                                <arquillian.launch>https</arquillian.launch>
-                                <ws_wait>5</ws_wait>
-                                <lib.name>websockettck</lib.name>
-                                <junit.log.traceflag>true</junit.log.traceflag>
-                                <user>j2ee</user>
-                                <password>j2ee</password>
-                                
<porting.ts.url.class.1>com.sun.ts.tests.websocket.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
-                                
<org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD>0</org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD>
-                                <!-- Default is 50ms which is too slow for the 
TCK. Increase to 1s.  -->
-                                
<org.apache.tomcat.websocket.ABNORMAL_SESSION_CLOSE_SEND_TIMEOUT>1000</org.apache.tomcat.websocket.ABNORMAL_SESSION_CLOSE_SEND_TIMEOUT>
-                            </systemPropertyVariables>
-                            
<summaryFile>target/failsafe-reports/failsafe-summary-https.xml</summaryFile>
-                        </configuration>
-                    </execution>
                     <execution>
                         <id>verify</id>
                         <goals>
@@ -199,7 +165,6 @@
                         <configuration>
                             <summaryFiles>
                                 
<summaryFile>target/failsafe-reports/failsafe-summary-http.xml</summaryFile>
-                                
<summaryFile>target/failsafe-reports/failsafe-summary-https.xml</summaryFile>
                             </summaryFiles>
                         </configuration>
                     </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to