Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax committed Dec 23, 2024
1 parent 83c4ae1 commit 16607c9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ protected void after() {
* Stops the cluster.
*/
public void stop() {
if (!running) {
log.info("Confluent is already stopped");
return;
}
log.info("Stopping Confluent");
try {
if (schemaRegistry != null) {
Expand Down

0 comments on commit 16607c9

Please sign in to comment.