Skip to content

Commit 61ad17b

Browse files
authored
chore(test): skip test in macos cicd pipeline (podman-desktop#14557)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
1 parent 8bff6f3 commit 61ad17b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/playwright/src/specs/podman-compose-smoke.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ test.afterAll(async ({ page, runner }) => {
5858
}
5959
});
6060

61+
test.skip(
62+
!!isCI && !!isMac,
63+
'Tests suite should not run on Mac platform in CICD due to being unable to ensure Compose is installed',
64+
);
65+
6166
test.describe.serial('Compose compose workflow verification', { tag: '@smoke' }, () => {
6267
test.beforeEach(async () => {
6368
if (cliToolsPage.wasRateLimitReached()) {

0 commit comments

Comments
 (0)