Skip to content

Commit 66bc6d0

Browse files
authored
chore(test): usermode set to off (podman-desktop#14837)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
1 parent 55d4e76 commit 66bc6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/specs/z-podman-machine-tests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ test.describe.serial('Podman machine switching validation ', { tag: '@pdmachine'
147147
await test.step('Create podman machine', async () => {
148148
await podmanMachineCreatePage.machineCreationForm.setupAndCreateMachine(ROOTLESS_PODMAN_MACHINE_VISIBLE, {
149149
isRootful: false,
150-
enableUserNet: true,
150+
enableUserNet: false,
151151
startNow: false,
152152
virtualizationProvider: getVirtualizationProvider(),
153153
});

0 commit comments

Comments
 (0)