We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed9aa commit 40cf1d5Copy full SHA for 40cf1d5
.bazelci/presubmit.yml
@@ -182,7 +182,7 @@ tasks:
182
test_flags:
183
- "--noenable_bzlmod"
184
- "--enable_workspace"
185
- - "--test_tag_filters=-integration-test"
+ - "--test_tag_filters=-integration-test,-fix-windows"
186
187
debian:
188
<<: *reusable_config
tests/bootstrap_impls/BUILD.bazel
@@ -53,6 +53,7 @@ sh_py_run_test(
53
build_python_zip = False,
54
py_src = "bin.py",
55
sh_src = "run_binary_zip_no_test.sh",
56
+ tags = ["fix-windows"],
57
)
58
59
sh_py_run_test(
0 commit comments