Skip to content

Commit

Permalink
[CXF-8999] KerberosTokenTest testKerberosViaCustomTokenAction should …
Browse files Browse the repository at this point in the history
…not run on IBM Java (#1792)

(cherry picked from commit 64aca43)
  • Loading branch information
jgoodyear authored and coheigea committed Apr 5, 2024
1 parent 059d8c7 commit 48f5c02
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ public void testWSTrustKerberosToken() throws Exception {

@org.junit.Test
public void testKerberosViaCustomTokenAction() throws Exception {
if (!runTests) {
return;
}

SpringBusFactory bf = new SpringBusFactory();
URL busFile = KerberosTokenTest.class.getResource("client.xml");

Expand Down

0 comments on commit 48f5c02

Please sign in to comment.