Skip to content

Commit

Permalink
remove duplicate call to cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jul 24, 2024
1 parent 4d624d6 commit d7c70cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/jaeger/internal/integration/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func TestGRPCStorage(t *testing.T) {
s.initialize(t)
s.e2eInitialize(t, "grpc")
t.Cleanup(func() {
s.e2eCleanUp(t)
s.remoteStorage.Close(t)
})
s.RunSpanStoreTests(t)
Expand Down

0 comments on commit d7c70cf

Please sign in to comment.