diff --git a/internal/vulncheck/internal/buildinfo/additions_scan_test.go b/internal/vulncheck/internal/buildinfo/additions_scan_test.go index 411e377b..0948d486 100644 --- a/internal/vulncheck/internal/buildinfo/additions_scan_test.go +++ b/internal/vulncheck/internal/buildinfo/additions_scan_test.go @@ -94,6 +94,7 @@ func TestStrippedBinary(t *testing.T) { // is complete on darwin even in the presence of stripping. // This test will become obsolete once #61051 is addressed. func TestStrippedDarwin(t *testing.T) { + t.Skip("to temporarily resolve #61511") testAll(t, []string{"darwin"}, []string{"amd64", "386", "arm", "arm64"}, func(t *testing.T, goos, goarch string) { binary, done := test.GoBuild(t, "testdata", "", true, "GOOS", goos, "GOARCH", goarch) diff --git a/internal/vulncheck/internal/gosym/additions_test.go b/internal/vulncheck/internal/gosym/additions_test.go index b922e02f..3bc87e75 100644 --- a/internal/vulncheck/internal/gosym/additions_test.go +++ b/internal/vulncheck/internal/gosym/additions_test.go @@ -32,6 +32,7 @@ func TestFuncSymName(t *testing.T) { } func TestInlineTree(t *testing.T) { + t.Skip("to temporarily resolve #61511") pclinetestBinary, cleanup := dotest(t) defer cleanup()