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 4229bde0c5 Disable test committed in error with unrelated fix.
4229bde0c5 is described below
commit 4229bde0c5d49d31a30ef6a0bc2813fcb1e39321
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]