Skip to content

Commit 435647d

Browse files
committed
ci: Remove IE11 tests on Windows 7
1 parent 4bd15d4 commit 435647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ module.exports = function(grunt) {
222222
// Latest version of Edge (v15) can't reach the server
223223
// Already notified SauceLabs support about this issue
224224
// ['Windows 10', 'microsoftedge', 'latest'],
225-
226225
['Windows 10', 'microsoftedge', 'latest-1'],
226+
// We can skip IE11 on Win7, as there are no differences that'd change anything for us
227+
// https://msdn.microsoft.com/library/dn394063(v=vs.85).aspx#unsupported_features
227228
['Windows 10', 'internet explorer', '11'],
228-
['Windows 7', 'internet explorer', '11'],
229229
['Windows 7', 'internet explorer', '10'],
230230
['Windows 10', 'chrome', 'latest'],
231231
['Windows 10', 'firefox', 'latest'],

0 commit comments

Comments
 (0)