misc/cgo/testplugin/plugin_test.go | 2 +- diff --git a/misc/cgo/testplugin/plugin_test.go b/misc/cgo/testplugin/plugin_test.go index 9697dbf7a78e3c35b2a60ed168f8a254e67e94b0..ba4dd4cc4c7d1835eda14235780dd31592cc2721 100644 --- a/misc/cgo/testplugin/plugin_test.go +++ b/misc/cgo/testplugin/plugin_test.go @@ -265,7 +265,7 @@ } // Test with main using -buildmode=pie with plugin for issue #43228 func TestIssue25756pie(t *testing.T) { - if os.Getenv("GO_BUILDER_NAME") == "darwin-arm64-11_0-toothrot" { + if os.Getenv("GO_BUILDER_NAME") == "darwin-arm64-11_0-toothrot" || os.Getenv("GO_BUILDER_NAME") == "darwin-arm64-12_0-toothrot" { t.Skip("broken on darwin/arm64 builder in sharded mode; see issue 46239") }