-
Notifications
You must be signed in to change notification settings - Fork 560
TestCatalogImageUpdate e2e test does not work locally on kind clusters #1380
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The test is still skipped - not sure we should close this until it can be enabled |
I did a quick github/local search and wasn't immediately able to find the test name in question - it looks like it was renamed to |
Closing as a duplicate of #2420 |
Bug Report
What did you do?
A clear and concise description of the steps you took (or insert a code snippet).
The
TestCatalogImageUpdate
test does not work on KIND clusters locally (it does work on minikube however). This seems due to the port-forwarding that is required to talk to the local docker registry that is deployed during the course of this test.Test Here
Fixing this quickly would require a check to see if we are in a kind cluster and then a
t.Skip()
if so. Fixing this properly would require some thought and more diagnosis.What did you expect to see?
A clear and concise description of what you expected to happen (or insert a code snippet).
Test passes on KIND clusters
What did you see instead? Under which circumstances?
A clear and concise description of what you expected to happen (or insert a code snippet).
Test fails on KIND clusters
Environment
Possible Solution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: