Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 728c7c0

Browse files
authored
fix: Remove iphone 6 from browserstack tests (optimizely#386)
Summary: Browserstack has stopped supporting emulators and simulators, causing our cross browser tests to fail when we try to launch them on iphone 6. This removes iphone 6 from our test configuration. Test plan: Existing tests
1 parent 6fa9cd0 commit 728c7c0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/optimizely-sdk/karma.base.conf.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ module.exports = {
7070
device: null,
7171
browser_version: '10.0'
7272
},
73-
bs_iphone6: {
74-
base: 'BrowserStack',
75-
device: 'iPhone 6',
76-
os: 'ios',
77-
os_version: '8.3'
78-
},
7973
bs_opera_mac: {
8074
base: 'BrowserStack',
8175
browser: 'opera',
@@ -93,7 +87,7 @@ module.exports = {
9387
}
9488
},
9589

96-
browsers: ['bs_chrome_mac', 'bs_edge', 'bs_firefox_mac', 'bs_ie', 'bs_iphone6', 'bs_opera_mac', 'bs_safari'],
90+
browsers: ['bs_chrome_mac', 'bs_edge', 'bs_firefox_mac', 'bs_ie', 'bs_opera_mac', 'bs_safari'],
9791

9892
// frameworks to use
9993
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter

0 commit comments

Comments
 (0)