Skip to content

Commit

Permalink
ci: skip appwrite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed Jul 22, 2024
1 parent d6e7876 commit db7c987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/build-test.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&
Expand Down

0 comments on commit db7c987

Please sign in to comment.