We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
make test-e2e TEST_TYPE=postgresql SKIP_CASE=01_vscale.yaml
make test-e2e TEST_TYPE=postgresql SKIP_CASE=03_stop.yaml,04_start.yaml
The text was updated successfully, but these errors were encountered:
linghan-hub
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: