Skip to content

Commit f912d2f

Browse files
authored
chore(test): skip on windows (#277)
1 parent 036d3df commit f912d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/rhel-extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ test.describe.serial('RHEL Extension E2E Tests', () => {
238238
test.describe.serial('RHEL VMs Extension', () => {
239239
test.skip(!!isCI && !!isLinux, 'Skipping on CI GitHub Actions for Linux runners, they are not supported');
240240
test.skip(
241-
!!isCI && !!isWindows,
241+
!!isWindows,
242242
'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',
243243
);
244244

0 commit comments

Comments
 (0)