From 40a216f45705728dba1171e7a04cd4897a9c7b54 Mon Sep 17 00:00:00 2001 From: Harsh Modi Date: Mon, 29 Jan 2024 23:19:35 +0000 Subject: [PATCH] Exclude running on bazel 5.4.0 --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 75d5e46b94..f27efbb689 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -27,6 +27,8 @@ tasks: - "-//tests/core/starlark/cgo/..." # Doesn't work before bazel 6 # Bzlmod tests require Bazel 6+ - "-//tests/core/nogo/bzlmod/..." + # Nogo includes/excludes doesn't work before bazel 6 + - "-//tests/core/nogo/includes_excludes:includes_exclude_test" ubuntu2004: # enable some unflipped incompatible flags on this platform to ensure we don't regress. shell_commands: