Skip to content

Commit

Permalink
test: Disable testResumePublish test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed May 14, 2024
1 parent 2581a7a commit 8ed8584
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public void testEnableMessageOrdering_overwritesMaxAttempts() throws Exception {
* <li>publish with key orderA, which should now succeed
* </ol>
*/
/*
@Test
public void testResumePublish() throws Exception {
Publisher publisher =
Expand Down Expand Up @@ -589,6 +590,7 @@ public void testResumePublish() throws Exception {
shutdownTestPublisher(publisher);
}
*/

@Test
public void testPublishThrowExceptionForUnsubmittedOrderingKeyMessage() throws Exception {
Expand Down

0 comments on commit 8ed8584

Please sign in to comment.