diff --git a/.github/workflows/rhel-e2e-nightly-windows.yaml b/.github/workflows/rhel-e2e-nightly-windows.yaml index 994d8ed..4929bd2 100644 --- a/.github/workflows/rhel-e2e-nightly-windows.yaml +++ b/.github/workflows/rhel-e2e-nightly-windows.yaml @@ -102,7 +102,7 @@ jobs: DEFAULT_PODMAN_PROVIDER: 'wsl' DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=true,ELECTRON_ENABLE_INSPECT=true' DEFAULT_PODMAN_OPTIONS: 'INIT=1,START=1,ROOTFUL=1,NETWORKING=0' - DEFAULT_EXT_TESTS_OPTIONS: 'EXT_RUN_TESTS_FROM_EXTENSION=1,EXT_RUN_TESTS_AS_ADMIN=0' + DEFAULT_EXT_TESTS_OPTIONS: 'EXT_RUN_TESTS_FROM_EXTENSION=1,EXT_RUN_TESTS_AS_ADMIN=1' DEFAULT_EXT_REPO_OPTIONS: 'REPO=podman-desktop-rhel-ext,FORK=redhat-developer,BRANCH=main' DEFAULT_PODMAN_VERSION: "${{ env.PD_PODMAN_VERSION || '5.6.1' }}" DEFAULT_URL: 'https://github.com/containers/podman/releases/download/v$DEFAULT_PODMAN_VERSION/podman-$DEFAULT_PODMAN_VERSION-setup.exe' diff --git a/tests/playwright/src/rhel-extension.spec.ts b/tests/playwright/src/rhel-extension.spec.ts index 4114710..f79e992 100644 --- a/tests/playwright/src/rhel-extension.spec.ts +++ b/tests/playwright/src/rhel-extension.spec.ts @@ -237,10 +237,10 @@ test.describe.serial('RHEL Extension E2E Tests', () => { test.describe.serial('RHEL VMs Extension', () => { test.skip(!!isCI && !!isLinux, 'Skipping on CI GitHub Actions for Linux runners, they are not supported'); - test.skip( - !!isWindows, - 'Currently there are problems iwth subscribing the RHEL machine on Azure instances as described in issue https://github.com/redhat-developer/podman-desktop-redhat-account-ext/issues/864', - ); + //test.skip( + // !!isWindows, + // 'Currently there are problems iwth subscribing the RHEL machine on Azure instances as described in issue https://github.com/redhat-developer/podman-desktop-redhat-account-ext/issues/864', + //); test('Create RHEL VM', async ({ page }) => { test.setTimeout(1_510_000);