From f46547184f5a5064227ae12c441650078ee1b0ac Mon Sep 17 00:00:00 2001 From: Carmen Popoviciu Date: Tue, 25 Jun 2024 13:03:56 +0200 Subject: [PATCH] quarantine C3 astro e2e test (#6139) C3 astro e2e test started failing in CI for no obvious reasons since Mon 24 June 2024. We tried everything, like increasing timeouts, debugging, reproducing locally (which we can't) to no avail. We are quite confident that the test failures are not caused by any changes in wrangler (we verified this by running the tests against a PR where they were consistently green, but did fail on the re-run). As this is blocking our release, we decided to quarantine these tests, do the release, while continuing to look into why the tests are failing. --- packages/create-cloudflare/e2e-tests/frameworks.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/create-cloudflare/e2e-tests/frameworks.test.ts b/packages/create-cloudflare/e2e-tests/frameworks.test.ts index f6620287355d..31281ecd3866 100644 --- a/packages/create-cloudflare/e2e-tests/frameworks.test.ts +++ b/packages/create-cloudflare/e2e-tests/frameworks.test.ts @@ -71,6 +71,7 @@ const { name: pm, npx } = detectPackageManager(); const frameworkTests: Record = { astro: { testCommitMessage: true, + quarantine: true, unsupportedOSs: ["win32"], verifyDeploy: { route: "/",