We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0bdd1 commit 6ad2572Copy full SHA for 6ad2572
contributors/devel/sig-testing/testing-strategy.md
@@ -82,8 +82,8 @@ presubmits:
82
- runner.sh
83
- ./test/e2e.sh
84
args:
85
- - --ginkgo.focus=MyFeature
86
- - --ginkgo.skip=Slow
+ # Run tests labeled with "MyFeature", and only with that.
+ -ginkgo.label-filter='Feature: containsAny MyFeature && Feature: isSubsetOf MyFeature && !Flaky'
87
annotations:
88
testgrid-dashboards: sig-my-feature
89
testgrid-tab-name: My Feature E2E Tests
0 commit comments