Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Set mac platform for test_mac_requires_darwin_for_execution
This makes the test pass on Bazel built from head. The failure appears due to not forcing the test to a Mac platform, so the underlying logic in `py_test` to detect the Mac platform fails and doesn't add the ExecutionInfo with the necessary info. Fixes bazelbuild/bazel/issues/18170
- Loading branch information