Skip to content

Commit

Permalink
fix: disable offline cypress tests because they are flaky (#2050)
Browse files Browse the repository at this point in the history
The offline cypress tests repeatedly cause failing PR checks. Although they often self correct if the test suite is re-run, it is still too much hassle for the benefit. The tests should still be run locally during development to confirm that offline functionality works.
  • Loading branch information
jenniferarnesen authored Nov 1, 2021
1 parent 56bb9f2 commit a91b5cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

strategy:
matrix:
containers: [1, 2, 3]
containers: [1, 2]

steps:
- name: Checkout
Expand Down
File renamed without changes.

0 comments on commit a91b5cf

Please sign in to comment.