Skip to content

Commit

Permalink
remove MY_KAFKA stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Aug 18, 2023
1 parent c7cad51 commit 9cbba67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class ConsumerRebalanceListenerSpec extends AbstractKafkaTest {
!consumer.processed.contains(product0)
consumer.processed.contains(product1)
}

cleanup:
MY_KAFKA.stop()
}

@Requires(property = "spec.name", value = "ConsumerRebalanceListenerSpec")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class ConsumerSeekAwareSpec extends AbstractKafkaTest {
!consumer.processed.contains(product0)
consumer.processed.contains(product1)
}

cleanup:
MY_KAFKA.stop()
}

@Requires(property = "spec.name", value = "ConsumerSeekAwareSpec")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class KafkaSeekOperationsSpec extends AbstractKafkaTest {
consumer.processed.contains(product0)
!consumer.processed.contains(product1)
}

cleanup:
MY_KAFKA.stop()
}

@Requires(property = "spec.name", value = "KafkaSeekOperationsSpec")
Expand Down

0 comments on commit 9cbba67

Please sign in to comment.