Skip to content

Commit fadd617

Browse files
committed
try adding --disable-fine-grained-time-zone-detection
1 parent 06346a8 commit fadd617

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ 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' : ''
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-fine-grained-time-zone-detection'
199202
]
200203
},
201204
_Firefox: {

0 commit comments

Comments
 (0)