Skip to content

Commit

Permalink
quarantine C3 astro e2e test (#6139)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CarmenPopoviciu authored Jun 25, 2024
1 parent 6ce826a commit f465471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-cloudflare/e2e-tests/frameworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const { name: pm, npx } = detectPackageManager();
const frameworkTests: Record<string, FrameworkTestConfig> = {
astro: {
testCommitMessage: true,
quarantine: true,
unsupportedOSs: ["win32"],
verifyDeploy: {
route: "/",
Expand Down

0 comments on commit f465471

Please sign in to comment.