proc: disable TestCGONext on darwin/amd64 (#3160)

Until it is investigated.
This commit is contained in:
Alessandro Arzilli 2022-10-05 16:07:43 +02:00 committed by GitHub
parent b5d05bbac5
commit cd8cf3b1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -840,6 +840,7 @@ func TestCGONext(t *testing.T) {
protest.MustHaveCgo(t)
skipOn(t, "broken - cgo stacktraces", "darwin", "arm64")
skipOn(t, "broken - see https://github.com/go-delve/delve/issues/3158", "darwin", "amd64")
protest.AllowRecording(t)
withTestProcess("cgotest", t, func(p *proc.Target, fixture protest.Fixture) {