diff --git a/cypress/e2e/build-test.cy.js b/cypress/e2e/build-test.cy.js index b1aa83f4..c8796622 100644 --- a/cypress/e2e/build-test.cy.js +++ b/cypress/e2e/build-test.cy.js @@ -5,11 +5,11 @@ Cypress.on("uncaught:exception", (err, runnable) => { }); const shouldSkip = () => { - // if (Cypress.env("DATA_PROVIDER") === "appwrite") { - // cy.log("Appwrite has a known issue with rate limits, skipping."); + if (Cypress.env("DATA_PROVIDER") === "appwrite") { + cy.log("Appwrite has a known issue with rate limits, skipping."); - // return true; - // } + return true; + } if ( Cypress.env("FRAMEWORK") === "remix" &&