Skip to content

Commit 40cf1d5

Browse files
committed
exclude test on windows
1 parent dfed9aa commit 40cf1d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tasks:
182182
test_flags:
183183
- "--noenable_bzlmod"
184184
- "--enable_workspace"
185-
- "--test_tag_filters=-integration-test"
185+
- "--test_tag_filters=-integration-test,-fix-windows"
186186

187187
debian:
188188
<<: *reusable_config

tests/bootstrap_impls/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ sh_py_run_test(
5353
build_python_zip = False,
5454
py_src = "bin.py",
5555
sh_src = "run_binary_zip_no_test.sh",
56+
tags = ["fix-windows"],
5657
)
5758

5859
sh_py_run_test(

0 commit comments

Comments
 (0)