Skip to content

Commit

Permalink
removed firefox test
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Sep 2, 2023
1 parent ab2adae commit 7ebf380
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions karma-browserstack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ module.exports = function (config) {
os: 'OS X',
os_version: 'Catalina'
},
mac_catalina_firefox_latest: {
base: 'BrowserStack',
browser: 'Firefox',
browser_version: 'latest',
os: 'OS X',
os_version: 'Catalina'
},
// mac_catalina_firefox_latest: {
// base: 'BrowserStack',
// browser: 'Firefox',
// browser_version: 'latest',
// os: 'OS X',
// os_version: 'Catalina'
// },
android_10_Pixel4XL: {
base: 'BrowserStack',
device: 'Google Pixel 4 XL',
Expand Down Expand Up @@ -98,7 +98,7 @@ module.exports = function (config) {
'iOS_14_iphoneXS',
'mac_catalina_safari_latest',
'mac_catalina_opera_latest',
'mac_catalina_firefox_latest',
// 'mac_catalina_firefox_latest',
'android_10_Pixel4XL',
'android_9_OnePlus6t'
],
Expand Down

0 comments on commit 7ebf380

Please sign in to comment.