Skip to content

Commit 6ad2572

Browse files
aojeapohly
andauthored
Update contributors/devel/sig-testing/testing-strategy.md
Co-authored-by: Patrick Ohly <[email protected]>
1 parent fd0bdd1 commit 6ad2572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-testing/testing-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ presubmits:
8282
- runner.sh
8383
- ./test/e2e.sh
8484
args:
85-
- --ginkgo.focus=MyFeature
86-
- --ginkgo.skip=Slow
85+
# Run tests labeled with "MyFeature", and only with that.
86+
-ginkgo.label-filter='Feature: containsAny MyFeature && Feature: isSubsetOf MyFeature && !Flaky'
8787
annotations:
8888
testgrid-dashboards: sig-my-feature
8989
testgrid-tab-name: My Feature E2E Tests

0 commit comments

Comments
 (0)