This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 86d6d8ad07 Disable Tomcat Native tests until release is available with 
the fix
86d6d8ad07 is described below

commit 86d6d8ad07f1fc6192890d4a8226cd9052fa86c5
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