Skip to content

Commit

Permalink
[ISSUE #5127] fix checkstyle test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangShuJu committed Dec 4, 2024
1 parent 8516500 commit e35d539
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,4 @@ public void testCheckTopicExist() throws InterruptedException {
Assertions.assertTrue(exists);
}

// @Test
// public void testDeleteTopicIfExist() throws InterruptedException {
// StandaloneBroker instance = getStandaloneBroker();
// CloudEvent cloudEvent = createDefaultCloudEvent();
// instance.putMessage(TEST_TOPIC, cloudEvent);
// instance.deleteTopicIfExist(TEST_TOPIC);
// boolean exists = instance.checkTopicExist(TEST_TOPIC);
// Assertions.assertFalse(exists);
// }
}

0 comments on commit e35d539

Please sign in to comment.