Skip to content

Commit b57a854

Browse files
committed
tests: remove explicit IMEXDaemonsWithDNSNames=true
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 403e9f6 commit b57a854

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/bats/tests.bats

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ log_objects() {
7979
}
8080

8181
@test "helm-install ${TEST_CHART_REPO}/${TEST_CHART_VERSION}" {
82-
local _iargs=("--set" "featureGates.IMEXDaemonsWithDNSNames=true")
83-
iupgrade_wait "${TEST_CHART_REPO}" "${TEST_CHART_VERSION}" _iargs
82+
iupgrade_wait "${TEST_CHART_REPO}" "${TEST_CHART_VERSION}" NOARGS
8483
}
8584

8685
@test "helm list: validate output" {
@@ -262,8 +261,7 @@ log_objects() {
262261
kubectl apply -f "${CRD_UPGRADE_URL}"
263262

264263
# Stage 5: install target version (as users would do).
265-
local _iargs=("--set" "featureGates.IMEXDaemonsWithDNSNames=true")
266-
iupgrade_wait "${TEST_CHART_REPO}" "${TEST_CHART_VERSION}" _iargs
264+
iupgrade_wait "${TEST_CHART_REPO}" "${TEST_CHART_VERSION}" NOARGS
267265

268266
# Stage 6: confirm deleting old workload works (critical, see above).
269267
timeout -v 60 kubectl delete -f demo/specs/imex/channel-injection.yaml

0 commit comments

Comments
 (0)