Skip to content

Commit e9a6a63

Browse files
josephperrotttinayuangao
authored andcommitted
chore: remove IE11 from saucelab tests (#10047)
1 parent 5b13c94 commit e9a6a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const browserConfig = {
1313
'FirefoxDev': { unitTest: {target: null, required: true }},
1414
'IE9': { unitTest: {target: null, required: false }},
1515
'IE10': { unitTest: {target: null, required: true }},
16-
'IE11': { unitTest: {target: 'SL', required: true }},
16+
'IE11': { unitTest: {target: null, required: false }},
1717
'Edge': { unitTest: {target: 'SL', required: true }},
1818
'Android4.1': { unitTest: {target: null, required: false }},
1919
'Android4.2': { unitTest: {target: null, required: false }},

0 commit comments

Comments
 (0)