Skip to content

Commit d349556

Browse files
Remove tests that were making Sauce Labs to get stuck
This is supposed to fix previous Sauce Labs test failures. See js-cookiegh-366.
1 parent cebb2ae commit d349556

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Gruntfile.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -188,29 +188,8 @@ module.exports = function (grunt) {
188188
browserName: 'internet explorer',
189189
platform: 'Windows 7',
190190
version: '9.0'
191-
}, {
192-
browserName: 'opera',
193-
platform: 'Windows 7',
194-
version: '12.12'
195-
}],
196-
'windowsXP': [{
197-
browserName: 'internet explorer',
198-
platform: 'Windows XP',
199-
version: '8.0'
200-
}, {
201-
browserName: 'internet explorer',
202-
platform: 'Windows XP',
203-
version: '7.0'
204-
}, {
205-
browserName: 'internet explorer',
206-
platform: 'Windows XP',
207-
version: '6.0'
208191
}],
209192
'linux': [{
210-
browserName: 'opera',
211-
platform: 'Linux',
212-
version: '12.15'
213-
}, {
214193
browserName: 'firefox',
215194
platform: 'Linux',
216195
version: '37.0'

0 commit comments

Comments
 (0)