Skip to content

Commit 8b18041

Browse files
authored
Merge pull request rancher-sandbox#7436 from rancher-sandbox/fix-rdctl-failing-test
Fixes rdctl e2e test
2 parents fb85c5c + e8ce723 commit 8b18041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: e2e/rdctl.e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ test.describe('Command server', () => {
693693
['virtual-machine.number-cpus', 10],
694694
],
695695
darwin: [
696-
['experimental.virtual-machine.networkingTunnel', true],
696+
['kubernetes.ingress.localhost-only', true],
697697
],
698698
linux: [
699699
['experimental.virtual-machine.use-rosetta', true],

0 commit comments

Comments
 (0)