File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5757 name : Set timezone to Alaska time (arbitrary timezone to test date logic)
5858 command : |
5959 sudo cp /usr/share/zoneinfo/America/Anchorage /etc/localtime
60+ export TZ='America/Anchorage'
6061 - run :
6162 name : Run jasmine tests (batch 1)
6263 command : ./.circleci/test.sh jasmine
7475 name : Set timezone to Alaska time (arbitrary timezone to test date logic)
7576 command : |
7677 sudo cp /usr/share/zoneinfo/America/Anchorage /etc/localtime
78+ export TZ='America/Anchorage'
7779 - run :
7880 name : Run jasmine tests (batch 2)
7981 command : ./.circleci/test.sh jasmine2
Original file line number Diff line number Diff line change @@ -195,12 +195,7 @@ func.defaultConfig = {
195195 '--touch-events' ,
196196 '--window-size=' + argv . width + ',' + argv . height ,
197197 isCI ? '--ignore-gpu-blacklist' : '' ,
198- ( isBundleTest && basename ( testFileGlob ) === 'no_webgl' ) ? '--disable-webgl' : '' ,
199- // just look at /etc/localtime, so that we test lib_date_test.js
200- // in arbitrary timezones
201- '--disable-per-user-timezone' ,
202- '--disable-system-timezone-automatic-detection' ,
203- '--disable-fine-grained-time-zone-detection'
198+ ( isBundleTest && basename ( testFileGlob ) === 'no_webgl' ) ? '--disable-webgl' : ''
204199 ]
205200 } ,
206201 _Firefox : {
You can’t perform that action at this time.
0 commit comments