Skip to content

Commit

Permalink
Don't kill test prog
Browse files Browse the repository at this point in the history
Signed-off-by: David Windsor <[email protected]>
  • Loading branch information
dwindsor committed Jul 18, 2024
1 parent 3203d01 commit 6c24409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sensors/tracing/kprobe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6049,7 +6049,6 @@ func TestDentryExtractPath(t *testing.T) {
ops := func() {
err = command.Start()
assert.NoError(t, err)
defer command.Process.Kill()
}

events := perfring.RunTestEvents(t, ctx, ops)
Expand Down

0 comments on commit 6c24409

Please sign in to comment.