-
Notifications
You must be signed in to change notification settings - Fork 64
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
Allow e2e multiple times #289
Allow e2e multiple times #289
Conversation
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
/ok-to-test |
One of the e2e tests creates a secret that is not get deleted at the end of the test. When running the test again, it fails on secret re-creation. This commit fixes the issue by deleting the secret at the end of each test. Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
0f06369
to
c8542fe
Compare
Pull Request Test Coverage Report for Build 9399394849Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9399423883Details
💛 - Coveralls |
/cc @davidvossel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidvossel, nunnatsa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
One of the e2e tests creates a secret that is not get deleted at the end
of the test. When running the test again, it fails on secret
re-creation.
This commit fixes the issue by deleting the secret at the end of each
test.
Release notes: