KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
The helmvm integration test is failing because it attempts to use curl arguments not present in our runner.
We should fix this.
For now, helmvm integration tests are largely duplicative of the integration testing within embedded-cluster, and so it is safe to disable.
What this PR does / why we need it:
The helmvm integration test is failing because it attempts to use curl arguments not present in our runner. We should fix this. For now, helmvm integration tests are largely duplicative of the integration testing within embedded-cluster, and so it is safe to disable.
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?