infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

disable test caching in e2e test #75

Closed kd7lxl closed 3 years ago

kd7lxl commented 3 years ago

Go's test caching doesn't work well in the e2e test, which runs a bunch of external commands. Go has no way of knowing if these external dependencies changed since the last test run. This PR makes make test-with-integration run without caching to avoid this issue.