Skip to content

Commit

Permalink
fix: do not termiante pulsar container, as it's controlled by the Reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 10, 2022
1 parent aa4529f commit f4c4ce9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/pulsar/pulsar_test.go
Expand Up @@ -17,11 +17,6 @@ func TestPulsar(t *testing.T) {
if err != nil {
t.Fatal(err)
}
t.Cleanup(func() {
if err := c.Terminate(ctx); err != nil {
t.Fatalf("failed to terminate container: %s", err)
}
})

pc, err := pulsar.NewClient(pulsar.ClientOptions{
URL: c.URI,
Expand Down

0 comments on commit f4c4ce9

Please sign in to comment.