Skip to content

Commit

Permalink
Disable testEntryFilterRescheduleMessageDependingOnConsumerSharedSubs…
Browse files Browse the repository at this point in the history
…cription

Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed May 15, 2024
1 parent d856162 commit 3ee035c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void testFilteredMsgCount() throws Throwable {
}
}

@Test
@Test(enabled = false)
public void testEntryFilterRescheduleMessageDependingOnConsumerSharedSubscription() throws Throwable {
String topic = "persistent://prop/ns-abc/topic" + UUID.randomUUID();
String subName = "sub";
Expand Down

0 comments on commit 3ee035c

Please sign in to comment.