Skip to content

Commit

Permalink
Fix merge issue I introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Apr 28, 2023
1 parent 6f8b24e commit 152ba5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/proc/proc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,7 @@ func TestCgoStacktrace(t *testing.T) {
}

skipOn(t, "broken - cgo stacktraces", "386")
skipOn(t, "broken - cgo stacktraces", "windows", "arm64")
skipOn(t, "broken - cgo stacktraces", "linux", "ppc64le")
protest.MustHaveCgo(t)

Expand Down

0 comments on commit 152ba5e

Please sign in to comment.