-
Notifications
You must be signed in to change notification settings - Fork 344
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
e2e tests are working only on pristine clusters #355
Comments
Disabling the goal cc @pavolloffay |
The es-operator deploy goal runs always. It's deployed via make. I am not sure how hard it would be to deploy it in go test or alternatively find out if we are on OCP in makefile |
@jpkrohling I was able to repetitively run e2e tests on minikube without problems. |
This was fixed by #366. Looks like my "Fixes" comment there didn't close this one :/ |
The e2e tests are currently working only when executed against a clean cluster.
Steps to reproduce:
minikube start
make e2e-tests
-- it should passInterestingly, I see the ES operator deployed, which shouldn't be there for Kubernetes:
The text was updated successfully, but these errors were encountered: