Skip to content

Commit

Permalink
Disable retries
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jul 5, 2024
1 parent 731b181 commit 7035841
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ try {

module.exports = defineConfig({
projectId: "7s5okt",
retries: {
runMode: 2,
},
retries: 0,
env: {
apiUrl: "http://localhost:3001",
mobileViewportWidthBreakpoint: 414,
Expand Down

0 comments on commit 7035841

Please sign in to comment.