mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
Disable IE6/7 tests - unstable at saucelabs
This commit is contained in:
parent
50cd07afc4
commit
2b3ad4b5d4
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@ module.exports = function (grunt) {
|
|||
browserName: 'internet explorer',
|
||||
platform: 'WIN7',
|
||||
version: '8'
|
||||
}, {
|
||||
/*}, {
|
||||
browserName: 'internet explorer',
|
||||
platform: 'XP',
|
||||
version: '7'
|
||||
}, {
|
||||
browserName: 'internet explorer',
|
||||
platform: 'XP',
|
||||
version: '6'
|
||||
version: '6'*/
|
||||
}, {
|
||||
browserName: 'safari',
|
||||
platform: 'OS X 10.8',
|
||||
|
|
Loading…
Add table
Reference in a new issue