Skip to content

Commit 983fa30

Browse files
author
Nick Schaap
committed
update presubmit
1 parent 7994399 commit 983fa30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ bcr_test_module:
99
bazel: ${{ bazel }}
1010
platform: ${{ platform }}
1111
test_flags:
12-
- "--test_tag_filter=-e2e-test"
12+
- "--test_tag_filters=-skip-bazel-ci"
1313
test_targets:
1414
- '//...'

e2e/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ e2e_test(
1313
"//e2e/deployment:mynamespace.delete",
1414
],
1515
tags = [
16-
"e2e-test",
16+
"skip-bazel-ci",
1717
],
1818
)

0 commit comments

Comments
 (0)