You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: E2E tests should run successfully with Rancher manager deployed on the cluster. Also if the cert-manager is already deployed on the cluster it should use the same.
Current behavior:
E2E test fails when Rancher manager is deployed on the cluster. This is due to cert-manager is already deployed on the cluster. When setting E2E_SKIP_DEPENDENCIES=true, cert-manager csi driver is not deployed which eventually causes E2E tests to fail.
Steps to reproduce:
Run E2E tests with Rancher manager deployed.
Try with both E2E_SKIP_DEPENDENCIES set to "true" and "false".
Is there an existing issue for this?
Environment
Issue Description
E2E test fails when Rancher manager is deployed on the cluster. This is due to cert-manager is already deployed on the cluster. When setting E2E_SKIP_DEPENDENCIES=true, cert-manager csi driver is not deployed which eventually causes E2E tests to fail.