From d833625a99d3de851831df4eaeb833ae63a74c44 Mon Sep 17 00:00:00 2001 From: jakubroch Date: Mon, 7 Oct 2024 08:48:49 +0200 Subject: [PATCH] fix: ESM flaky test --- test/e2e/specs/linksConsoleErrorsEsmPage.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/specs/linksConsoleErrorsEsmPage.spec.ts b/test/e2e/specs/linksConsoleErrorsEsmPage.spec.ts index c198ffbf..7f6ff6cb 100644 --- a/test/e2e/specs/linksConsoleErrorsEsmPage.spec.ts +++ b/test/e2e/specs/linksConsoleErrorsEsmPage.spec.ts @@ -11,6 +11,7 @@ const ESM_URL = 'https://cld-vp-esm-pages.netlify.app/'; for (const link of ESM_LINKS) { vpTest(`Test console errors on link ${link.name}`, async ({ page, consoleErrors, vpExamples }) => { vpTest.skip(link.name === 'Adaptive Streaming', 'Flaky on CI'); + vpTest.skip(link.name === 'Raw URL', 'Flaky'); /** * Navigate to ESM Imports examples page */