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 097a5ca354 Disable test committed in error with unrelated fix.
097a5ca354 is described below

commit 097a5ca3546934addf51b2de5fb3d424e2f37bcf
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Oct 8 16:35:07 2025 +0100

    Disable test committed in error with unrelated fix.
---
 test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java 
b/test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java
index a2165f1490..0e46c53464 100644
--- a/test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java
+++ b/test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java
@@ -32,6 +32,7 @@ import jakarta.servlet.http.HttpServletResponse;
 
 import org.junit.After;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.catalina.Context;
@@ -161,6 +162,7 @@ public class TestSSOChangeSessionId extends TomcatBaseTest {
         }
     }
 
+    @Ignore // Disable until BZ 69839 is fixed
     @Test
     public void testChangeSessionId() throws Exception {
         final Map<String,SingleSignOnEntry> cache = singleSignOn.cache;


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

Reply via email to