Skip to content

Commit

Permalink
chore: disable testing on Edge for now
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent de3a30e commit cc9dbfe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,21 @@ module.exports = function (config) {
browserName: 'firefox',
version: '131',
platform: 'windows 11'
},
}
// FIXME: test on Safari on Mac
// safari_mac: {
// ...launcherDefaults,
// browserName: 'safari',
// version: '18',
// platform: 'mac sequoia'
// },
edge_windows: {
...launcherDefaults,
browserName: 'edge',
version: '130',
platform: 'windows 11'
}
// FIXME: test on Edge on Windows
// edge_windows: {
// ...launcherDefaults,
// browserName: 'edge',
// version: '130',
// platform: 'windows 11'
// }
// FIXME: test on Chrome on Android
// chrome_android: {
// ...launcherDefaults,
Expand Down

0 comments on commit cc9dbfe

Please sign in to comment.