File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/create-cloudflare/e2e/tests/frameworks Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
4848 {
4949 name : "astro:pages" ,
5050 argv : [ "--platform" , "pages" ] ,
51+ quarantine : true ,
5152 testCommitMessage : true ,
5253 unsupportedOSs : [ "win32" ] ,
5354 verifyDeploy : {
@@ -65,6 +66,7 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
6566 {
6667 name : "astro:workers" ,
6768 argv : [ "--platform" , "workers" ] ,
69+ quarantine : true ,
6870 testCommitMessage : true ,
6971 unsupportedOSs : [ "win32" ] ,
7072 verifyDeploy : {
@@ -720,6 +722,7 @@ function getExperimentalFrameworkTestConfig(
720722 {
721723 name : "astro:workers" ,
722724 argv : [ "--platform" , "workers" ] ,
725+ quarantine : true ,
723726 testCommitMessage : true ,
724727 unsupportedOSs : [ "win32" ] ,
725728 verifyDeploy : {
You can’t perform that action at this time.
0 commit comments