Skip to content

Commit 9db2e2b

Browse files
temporarily disabling CI tests for Safari on Mac because SauceLabs seems to be having a service outage with their Mac VMs right now
(see https://travis-ci.org/APIDevTools/json-schema-ref-parser/jobs/440110398#L1169-L1194)
1 parent 943d9c7 commit 9db2e2b

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

karma.conf.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,19 @@ function configureSauceLabs (config) {
137137
platform: 'Windows 10',
138138
browserName: 'microsoftedge'
139139
},
140-
SauceLabs_Safari_Latest: {
141-
base: 'SauceLabs',
142-
platform: 'macOS 10.13',
143-
browserName: 'safari'
144-
},
140+
141+
// TODO FIXME TODO FIXME TODO FIXME TODO FIXME TODO FIXME TODO FIXME TODO
142+
// ======================================================================
143+
// I've temporarily commented-out Safari on Mac because SauceLabs seems to
144+
// be having problems with their Mac VMs right now.
145+
// https://travis-ci.org/APIDevTools/json-schema-ref-parser/jobs/440110398#L1169-L1194
146+
// ======================================================================
147+
// SauceLabs_Safari_Latest: {
148+
// base: 'SauceLabs',
149+
// platform: 'macOS 10.13',
150+
// browserName: 'safari'
151+
// },
152+
145153
SauceLabs_Chrome_Latest: {
146154
base: 'SauceLabs',
147155
platform: 'Windows 10',

0 commit comments

Comments
 (0)