Skip to content

Commit 2c683c4

Browse files
committed
exclude test on windows
1 parent dfed9aa commit 2c683c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/bootstrap_impls/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ sh_py_run_test(
5353
build_python_zip = False,
5454
py_src = "bin.py",
5555
sh_src = "run_binary_zip_no_test.sh",
56+
target_compatible_with = select({
57+
"@platforms//os:windows": ["@platforms//:incompatible"],
58+
"//conditions:default": [],
59+
}),
5660
)
5761

5862
sh_py_run_test(

0 commit comments

Comments
 (0)