Skip to content

Commit

Permalink
update testOperatorSelector to run in artemis 2.33+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed May 31, 2024
1 parent 3c931f8 commit fb68725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ void testAcceptorWithPublishNotReadyAddressAsFalseByDefault() {
}

@Test
@TestValidSince(ArtemisVersion.VERSION_2_28)
@TestValidSince(ArtemisVersion.VERSION_2_33)
void testOperatorSelector() {
String brokerName = "brk-selector";
ActiveMQArtemis artemisBroker = ResourceManager.createArtemis(testNamespace, brokerName);
Expand Down

0 comments on commit fb68725

Please sign in to comment.