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

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


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

commit 5db69b4b6c59e4761cec1728875c5b2fdb8396bf
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 418b1a1a1c..70c04210f6 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
@@ -97,8 +97,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 (1.3.2 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