Skip to content

Commit 871accc

Browse files
committed
test: remove safari from saucelabs
1 parent cd38583 commit 871accc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ module.exports = function(grunt) {
167167
browsers: [
168168
{browserName: 'chrome'},
169169
{browserName: 'firefox', platform: 'Linux'},
170-
{browserName: 'safari', version: 9, platform: 'OS X 10.11'},
171-
{browserName: 'safari', version: 8, platform: 'OS X 10.10'},
170+
// {browserName: 'safari', version: 9, platform: 'OS X 10.11'},
171+
// {browserName: 'safari', version: 8, platform: 'OS X 10.10'},
172172
{browserName: 'internet explorer', version: 11, platform: 'Windows 8.1'},
173173
{browserName: 'internet explorer', version: 10, platform: 'Windows 8'}
174174
]

0 commit comments

Comments
 (0)