Skip to content

Commit 7ff127d

Browse files
committed
skip integration tests in workspace builds
1 parent ef72829 commit 7ff127d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/presubmit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ buildifier:
5151
test_flags:
5252
- "--noenable_bzlmod"
5353
- "--enable_workspace"
54+
- "--test_tag_filters=-integration-test"
5455
build_flags:
5556
- "--noenable_bzlmod"
5657
- "--enable_workspace"
58+
- "--build_tag_filters=-integration-test"
5759
bazel: 7.x
5860
.common_bazelinbazel_config: &common_bazelinbazel_config
5961
build_flags:

0 commit comments

Comments
 (0)