diff --git a/packages/create-cloudflare/e2e/tests/frameworks/test-config.ts b/packages/create-cloudflare/e2e/tests/frameworks/test-config.ts index f2016c02180e..a914d43d03d8 100644 --- a/packages/create-cloudflare/e2e/tests/frameworks/test-config.ts +++ b/packages/create-cloudflare/e2e/tests/frameworks/test-config.ts @@ -280,6 +280,9 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] { { name: "qwik:pages", argv: ["--platform", "pages"], + // quarantined: upstream @eslint/js "latest" now resolves to v10 which + // conflicts with the project's eslint 9.x + quarantine: true, promptHandlers: [ { matcher: /Yes looks good, finish update/, @@ -303,6 +306,9 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] { { name: "qwik:workers", argv: ["--platform", "workers"], + // quarantined: upstream @eslint/js "latest" now resolves to v10 which + // conflicts with the project's eslint 9.x + quarantine: true, promptHandlers: [ { matcher: /Yes looks good, finish update/, @@ -825,6 +831,9 @@ function getExperimentalFrameworkTestConfig( { name: "qwik:workers", argv: ["--platform", "workers"], + // quarantined: upstream @eslint/js "latest" now resolves to v10 which + // conflicts with the project's eslint 9.x + quarantine: true, promptHandlers: [ { matcher: /Yes looks good, finish update/,