Skip to content

Commit ac1c7db

Browse files
committed
Disable test on Windows
1 parent cb7994a commit ac1c7db

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
@@ -169,6 +169,10 @@ sh_test(
169169
name = "external_binary_test",
170170
srcs = ["external_binary_test.sh"],
171171
data = [":external_binary"],
172+
target_compatible_with = select({
173+
"@platforms//os:windows": ["@platforms//:incompatible"],
174+
"//conditions:default": [],
175+
}),
172176
)
173177

174178
relative_path_test_suite(name = "relative_path_tests")

0 commit comments

Comments
 (0)