build: drop test for IE10 (#1353)

This commit is contained in:
Grigoriy 2021-02-04 16:04:28 +05:00 committed by GitHub
parent f5c19e93c8
commit 6c963d00ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,15 @@ exports['SL_IE'] = {
, browserName: 'internet explorer'
};
/*!
* TODO: fails because of Uint8Array support
*
exports['SL_IE_Old'] = {
base: 'SauceLabs'
, browserName: 'internet explorer'
, version: 10
};
*/
exports['SL_Edge'] = {
base: 'SauceLabs'