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
Enable more node tests to run on run-acceptance-tests (#3931)
These tests were not running on pull requests because
`run-acceptance-tests` runs all tests in short mode by default. The
assertion that these tests provision node balancers and thus need more
than a KinD cluster seem incorrect at first glance; we should be able to
run them on a KinD cluster.
This pull request removes the `tests.SkipIfShort` condition on these
tests.
Tests now enabled are:
- TestAccGuestbook
- TestAccHelm
- TestAccHelmLocal
- TestAccPrometheusOperator
- TestHelmRelease
- TestHelmReleaseNamespace
0 commit comments