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

coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 64aca434d8 [CXF-8999] KerberosTokenTest 
testKerberosViaCustomTokenAction should not run on IBM Java (#1792)
64aca434d8 is described below

commit 64aca434d8dcda0161509b7611b7a4c19c23b24c
Author: Jamie Goodyear <jgoody...@apache.org>
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 17b59045b5..91d55de257 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");
 

Reply via email to