Skip to content

Commit 10538ad

Browse files
committed
Alright, you know what? Fine. No iOS 10. This is fine.
1 parent bac08ce commit 10538ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

karma.conf.ci.js

+7-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ module.exports = function(config) {
1818
platform: 'OS X 10.11',
1919
version: '9.2'
2020
},
21-
slIOS10: {
22-
base: 'SauceLabs',
23-
browserName: 'iPhone',
24-
platform: 'macOS 10.12',
25-
version: '10.2'
26-
},
21+
// *Sigh* Cannot get this working with appium or selenium...
22+
// slIOS10: {
23+
// base: 'SauceLabs',
24+
// browserName: 'iPhone',
25+
// platform: 'macOS 10.12',
26+
// version: '10.2'
27+
// },
2728
slAndroid4: {
2829
base: 'SauceLabs',
2930
browserName: 'Android',

0 commit comments

Comments
 (0)