fix review comments for pr #555

This commit is contained in:
itsmurugappan 2019-12-20 15:11:44 -08:00
parent 5bfbf9e0dc
commit 14ea8d2dc6
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ E2E_TAGS="eventing" test/e2e-tests-local.sh
### Running a single test case
To run one e2e test case, e.g. TestBasicWorkflow
To run one e2e test case, e.g. TestTrafficSplit
```bash
go test -v -tags=e2e -count=1 ./e2e -run ^TestBasicWorkflow$
test/e2e-tests-local.sh -run ^TestTrafficSplit$
```
### Running tests in short mode