We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517292a commit b52b92bCopy full SHA for b52b92b
packages/library/test/_karma/sauce.conf.js
@@ -94,6 +94,8 @@ const customLaunchers = {
94
deviceOrientation: 'portrait'
95
},
96
*/
97
+ /*
98
+ iOS browsers are (temporarily) disabled pending SauceLabs support response
99
sl_ios_latest: {
100
base: 'SauceLabs',
101
browserName: 'Safari',
@@ -110,6 +112,7 @@ const customLaunchers = {
110
112
deviceName: 'iPhone Simulator',
111
113
114
115
+ */
116
}
117
118
module.exports = (config) => {
0 commit comments