Skip to content

Commit

Permalink
Revert "updated: re-add firefox to saucelabs tests"
Browse files Browse the repository at this point in the history
This reverts commit f4f2852.
  • Loading branch information
GianlucaGuarini committed Jun 26, 2023
1 parent f4f2852 commit 1215aa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/saucelabs-browsers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ module.exports = {
browserName: 'chrome',
platform: 'Windows 11',
},
slFirefox: {
// Firefox seems to be no longer working on saucelabs https://github.com/mochajs/mocha/pull/4933
/*slFirefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 11',
},
platform: 'Windows 11'
}*/
},
}

0 comments on commit 1215aa2

Please sign in to comment.