-
Notifications
You must be signed in to change notification settings - Fork 90
Ginkgo focus is not working on ./hack/test_e2e.sh script #477
Comments
/help |
@knabben: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/good-first-issue |
@knabben: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
added env variable GINKGO_FOCUS for issue #477
Next PR please add |
Passing it as an env var is not read by the shell script, and the hardcoded one is always used:
GINKGO_FOCUS='\[Conformance\]|\[sig-network\]'
For example:
GINKGO_FOCUS must read from an environment variable instead of using the hardcoded value.
The text was updated successfully, but these errors were encountered: