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.git


The following commit(s) were added to refs/heads/main by this push:
     new 92fe648878 Disable Tomcat Native tests until release is available with 
the fix
92fe648878 is described below

commit 92fe64887858bd7f2913b0b2266db3653827eb6f
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 12:57:45 2025 +0100

    Disable Tomcat Native tests until release is available with the fix
---
 test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java 
b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
index bbe910b47d..e6083d8938 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
@@ -98,8 +98,11 @@ public class TestOcspIntegration extends TomcatBaseTest {
     @Parameterized.Parameters(name = "{0}")
     public static Collection<Object[]> parameters() {
         List<Object[]> parameterSets = new ArrayList<>();
+        /*
+         * Disabled until a Tomcat Native release (2.0.10 onwards) is 
available with the OCSP fix
         parameterSets.add(new Object[] {
                 "OpenSSL", Boolean.TRUE, 
"org.apache.tomcat.util.net.openssl.OpenSSLImplementation"});
+        */
         parameterSets.add(new Object[] {
                 "OpenSSL-FFM", Boolean.TRUE, 
"org.apache.tomcat.util.net.openssl.panama.OpenSSLImplementation"});
 


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

Reply via email to