Skip to content

Commit

Permalink
ELEMENTS-1692: disable unit tests using for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 22, 2023
1 parent 5d8a0da commit 8c01b1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
platform: 'Windows 10',
version: 'latest',
},
sl_latest_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 10',
version: 'latest',
geckodriverVersion: '0.30.0',
},
// sl_latest_firefox: {
// base: 'SauceLabs',
// browserName: 'firefox',
// platform: 'Windows 10',
// version: 'latest',
// geckodriverVersion: '0.30.0',
// },
sl_latest_edge: {
base: 'SauceLabs',
browserName: 'microsoftedge',
Expand Down

0 comments on commit 8c01b1e

Please sign in to comment.