replicatedhq / kots

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.
https://kots.io
Apache License 2.0
902 stars 90 forks source link

disable helmvm integration test with failing curl arguments #4890

Closed laverya closed 2 months ago

laverya commented 2 months ago

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?