Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] e2e test support skip specified test case, add SKIP_CASE argument #5129

Closed
linghan-hub opened this issue Sep 14, 2023 · 0 comments · Fixed by #5133
Closed

[Improvement] e2e test support skip specified test case, add SKIP_CASE argument #5129

linghan-hub opened this issue Sep 14, 2023 · 0 comments · Fixed by #5133
Assignees
Labels
ci kind/enhancement New feature or request test
Milestone

Comments

@linghan-hub
Copy link
Collaborator

linghan-hub commented Sep 14, 2023

when we run e2e test, but there are some failed cases blocking the test,we need to skip this case for a moment and run through the next case

Give an example

  1. skip single case
make test-e2e TEST_TYPE=postgresql SKIP_CASE=01_vscale.yaml
  1. skip multiple case
make test-e2e TEST_TYPE=postgresql SKIP_CASE=03_stop.yaml,04_start.yaml
@linghan-hub linghan-hub added the kind/enhancement New feature or request label Sep 14, 2023
@linghan-hub linghan-hub added this to the Release 0.7.0 milestone Sep 14, 2023
@linghan-hub linghan-hub self-assigned this Sep 14, 2023
@linghan-hub linghan-hub linked a pull request Sep 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci kind/enhancement New feature or request test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants