Skip to content

Commit

Permalink
fix: disable firefox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skyllo committed Aug 13, 2020
1 parent 05a1fa9 commit 53b062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-playwright.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
browsers: ['chromium', 'firefox'],
browsers: ['chromium'],
contextOptions: {
ignoreHTTPSErrors: true,
},
Expand Down

0 comments on commit 53b062e

Please sign in to comment.