This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 86314d6a2d [CXF-8999] KerberosTokenTest
testKerberosViaCustomTokenAction should not run on IBM Java (#1792)
86314d6a2d is described below
commit 86314d6a2d599783a3878085e6dba7e6f761ea68
Author: Jamie Goodyear <[email protected]>
AuthorDate: Fri Apr 5 11:50:05 2024 -0230
[CXF-8999] KerberosTokenTest testKerberosViaCustomTokenAction should not
run on IBM Java (#1792)
---
.../apache/cxf/systest/kerberos/wssec/kerberos/KerberosTokenTest.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/systests/kerberos/src/test/java/org/apache/cxf/systest/kerberos/wssec/kerberos/KerberosTokenTest.java
b/systests/kerberos/src/test/java/org/apache/cxf/systest/kerberos/wssec/kerberos/KerberosTokenTest.java
index 04f60a5231..50878effd1 100644
---
a/systests/kerberos/src/test/java/org/apache/cxf/systest/kerberos/wssec/kerberos/KerberosTokenTest.java
+++
b/systests/kerberos/src/test/java/org/apache/cxf/systest/kerberos/wssec/kerberos/KerberosTokenTest.java
@@ -396,6 +396,10 @@ public class KerberosTokenTest extends
AbstractBusClientServerTestBase {
@org.junit.Test
public void testKerberosViaCustomTokenAction() throws Exception {
+ if (!runTests) {
+ return;
+ }
+
SpringBusFactory bf = new SpringBusFactory();
URL busFile = KerberosTokenTest.class.getResource("client.xml");