diff --git a/tests/core/cross/BUILD.bazel b/tests/core/cross/BUILD.bazel index 474966a314..ac34bd91f1 100644 --- a/tests/core/cross/BUILD.bazel +++ b/tests/core/cross/BUILD.bazel @@ -6,16 +6,6 @@ test_suite( name = "cross", ) -go_binary( - name = "non_pure_cross", - srcs = ["main.go"], - goarch = "amd64", - goos = "darwin", - pure = "off", - target_compatible_with = ["@platforms//os:macos"], - deps = [":platform_lib"], -) - go_binary( name = "windows_cross", srcs = ["main.go"],