Skip to content

Commit

Permalink
skip AddConnectionFactoryToRAOnlineTest test that requires legacy sec…
Browse files Browse the repository at this point in the history
…urity
  • Loading branch information
simkam committed Oct 4, 2023
1 parent 3b1ce05 commit 549c099
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public void addConnectionFactoryTestcase() throws Exception {

@Test
public void addConnectionFactoryWithDetailsTestcase() throws Exception {
// uses legacy security which no longer works in WildFly 29+ (likely it was already no-op in few previous WF releases)
Assume.assumeTrue(client.version().lessThan(ServerVersion.VERSION_22_0_0));
client.apply(new AddResourceAdapter.Builder(RA_ID, "org.jboss.genericjms", TransactionType.NONE).build());
admin.reloadIfRequired();
client.apply(new AddConnectionFactoryToRA.Builder("cf1", "java:/jms/myRAConnectionFactory", RA_ID)
Expand Down

0 comments on commit 549c099

Please sign in to comment.