Skip to content

Commit

Permalink
Exclude more
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 14, 2024
1 parent ad60752 commit a4e0041
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tasks:
- "-//tests/core/nogo/bzlmod:includes_exclude_test"
# _repo_mapping is missing
- "-//tests/runfiles:runfiles_test"
# TODO: Investigate why this fails.
- "-//tests/core/starlark/cgo:missing_cc_toolchain_explicit_pure_off_test"
ubuntu2004:
# enable some unflipped incompatible flags on this platform to ensure we don't regress.
build_flags:
Expand All @@ -29,8 +31,6 @@ tasks:
- "//..."
test_targets:
- "//..."
# TODO: Investigate why this fails.
- "-//tests/core/starlark/cgo:missing_cc_toolchain_explicit_pure_off_test"
debian11_zig_cc:
platform: debian11
build_flags:
Expand Down Expand Up @@ -150,6 +150,7 @@ tasks:
- "-//tests/core/nogo/coverage:gen_code_test"
- "-//tests/core/stdlib:buildid_test"
- "-//tests/examples/executable_name:executable_name"
- "-//tests/integration/gazelle:gazelle_test" # exceeds command line length limit
- "-//tests/integration/reproducibility:reproducibility_test"
- "-//tests/legacy/examples/cgo:generate_go_src"
- "-//tests/legacy/examples/cgo:cgo_lib_test"
Expand Down

0 comments on commit a4e0041

Please sign in to comment.