You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ task runp
94
94
- Set LABELS to run tests with specific label(https://onsi.github.io/ginkgo/#spec-labels).
95
95
- Manage timeouts for new e2e tests (not for legacy tests) using env variables `E2E_SHORT_TIMEOUT`, `E2E_MIDDLE_TIMEOUT`, `E2E_LONG_TIMEOUT` and `E2E_MAX_TIMEOUT`.
96
96
97
-
For example, to run only the "ComplexTest" and leave all created resources in the cluster, use the following command:
97
+
For example, to run only one test and leave all created resources in the cluster, use the following command:
98
98
```bash
99
-
FOCUS="ComplexTest" POST_CLEANUP=no task run
99
+
FOCUS="VirtualMachineConnectivity" POST_CLEANUP=no task run
0 commit comments