Skip to content

Commit

Permalink
WEBUI-1355: disable unit tests using for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 20, 2023
1 parent 41da423 commit 843c885
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ 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',
},
// Saucelabs is unable to connect to Fixefox and this issue will be addressed by this ticket. WEBUI-1314
// 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 843c885

Please sign in to comment.