This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 6ebf1b4c6e Disable Tomcat Native tests until release is available with
the fix
6ebf1b4c6e is described below
commit 6ebf1b4c6e1868acb8e5d508331f7ef7ba1cf946
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 1b801624f8..ed53374bf4 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]