diff --git a/src/runtime/crash_cgo_test.go b/src/runtime/crash_cgo_test.go index f9fbdd8f1c..57111c9aef 100644 --- a/src/runtime/crash_cgo_test.go +++ b/src/runtime/crash_cgo_test.go @@ -65,10 +65,6 @@ func TestCgoCallbackGC(t *testing.T) { t.Skip("too slow for mips64x builders") } } - if testenv.Builder() == "darwin-amd64-10_14" { - // TODO(#23011): When the 10.14 builders are gone, remove this skip. - t.Skip("skipping due to platform bug on macOS 10.14; see https://golang.org/issue/43926") - } got := runTestProg(t, "testprogcgo", "CgoCallbackGC") want := "OK\n" if got != want {