Skip to content

Commit 6c963d0

Browse files
authored
build: drop test for IE10 (#1353)
1 parent f5c19e9 commit 6c963d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sauce.browsers.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ exports['SL_IE'] = {
3232
, browserName: 'internet explorer'
3333
};
3434

35+
/*!
36+
* TODO: fails because of Uint8Array support
37+
*
3538
exports['SL_IE_Old'] = {
3639
base: 'SauceLabs'
3740
, browserName: 'internet explorer'
3841
, version: 10
3942
};
43+
*/
4044

4145
exports['SL_Edge'] = {
4246
base: 'SauceLabs'

0 commit comments

Comments
 (0)