Description of problem:
If current context of K8s client is configured to use running remote cluster, unit tests run significantly slower (about 200 seconds vs 3 seconds normally)
Steps to Reproduce
- (for example) login to OCP cluster (
oc login https://...
- run
make test
Actual results:
pkg/model tests last about 200 sec
Expected results:
pkg/model tests last a couple of seconds{}