Skip to content

Commit

Permalink
chore: disable failing testing on android
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 6, 2024
1 parent 0dbb9cf commit 0d2b8eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ module.exports = function (config) {
browserName: 'MicrosoftEdge',
version: 'latest',
platform: 'Windows 11'
},
android: {
...launcherDefaults,
browserName: 'Galaxy S10 5G',
version: '14',
platform: 'android'
}
// android: {
// ...launcherDefaults,
// browserName: 'Galaxy S10 5G',
// version: '14',
// platform: 'android'
// }
}

config.set(Object.assign(baseConfig, {
Expand Down

0 comments on commit 0d2b8eb

Please sign in to comment.