File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments