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 57
57
name : Set timezone to Alaska time (arbitrary timezone to test date logic)
58
58
command : |
59
59
sudo cp /usr/share/zoneinfo/America/Anchorage /etc/localtime
60
+ export TZ='America/Anchorage'
60
61
- run :
61
62
name : Run jasmine tests (batch 1)
62
63
command : ./.circleci/test.sh jasmine
74
75
name : Set timezone to Alaska time (arbitrary timezone to test date logic)
75
76
command : |
76
77
sudo cp /usr/share/zoneinfo/America/Anchorage /etc/localtime
78
+ export TZ='America/Anchorage'
77
79
- run :
78
80
name : Run jasmine tests (batch 2)
79
81
command : ./.circleci/test.sh jasmine2
Original file line number Diff line number Diff line change @@ -195,12 +195,7 @@ func.defaultConfig = {
195
195
'--touch-events' ,
196
196
'--window-size=' + argv . width + ',' + argv . height ,
197
197
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' : ''
204
199
]
205
200
} ,
206
201
_Firefox : {
You can’t perform that action at this time.
0 commit comments