From db7c987826be95eccc316491ad993aa5c0de9eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Emir=20=C5=9Een?= Date: Mon, 22 Jul 2024 22:48:05 +0300 Subject: [PATCH] ci: skip appwrite tests --- cypress/e2e/build-test.cy.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" &&