Skip to content

Commit b52b92b

Browse files
(Temporarily) disable remote testing on iOS
1 parent 517292a commit b52b92b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/library/test/_karma/sauce.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ const customLaunchers = {
9494
deviceOrientation: 'portrait'
9595
},
9696
*/
97+
/*
98+
iOS browsers are (temporarily) disabled pending SauceLabs support response
9799
sl_ios_latest: {
98100
base: 'SauceLabs',
99101
browserName: 'Safari',
@@ -110,6 +112,7 @@ const customLaunchers = {
110112
deviceName: 'iPhone Simulator',
111113
deviceOrientation: 'portrait'
112114
},
115+
*/
113116
}
114117

115118
module.exports = (config) => {

0 commit comments

Comments
 (0)