Skip to content

Commit

Permalink
Remove Firefox from Cypress CI tests
Browse files Browse the repository at this point in the history
- Subtle crypto is unavailable in the latest Firefox in Cypress (cypress-io/cypress#14600)
  • Loading branch information
j-berman committed Jan 18, 2021
1 parent 7a90839 commit cca7098
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
browser: ['chrome', 'firefox']
# run 8 copies of the current job in parallel
containers: [1, 2, 3, 4, 5, 6, 7, 8]
# browser: ['chrome', 'firefox'] // can't use firefox until https://github.com/cypress-io/cypress/issues/14600 is fixed
browser: ['chrome']
# run 10 copies of the current job in parallel
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
steps:
- uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion src/userbase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [2.7.2] - 2021-01-15
## [2.7.2] - 2021-01-17
### Fixed
- Bundling process (the process that gets triggered when a user has lots of items in a database to speed up database load time) now uploads correctly when concurrent connections attempt to bundle the same database. A race condition was introduced (now fixed) with the optimizations to the bundling process in v2.7.0.

Expand Down

0 comments on commit cca7098

Please sign in to comment.