Skip to content

Commit

Permalink
Debug: Skip TestKprobeUserStacktrace
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedotov <[email protected]>
  • Loading branch information
anfedotoff committed Apr 1, 2024
1 parent 436774e commit 64aa981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sensors/tracing/kprobe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6143,6 +6143,7 @@ spec:
assert.NoError(t, err)
}
func TestKprobeUserStackTrace(t *testing.T) {
t.Skip()
var doneWG, readyWG sync.WaitGroup
defer doneWG.Wait()

Expand Down

0 comments on commit 64aa981

Please sign in to comment.