We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06346a8 commit fadd617Copy full SHA for fadd617
test/jasmine/karma.conf.js
@@ -195,7 +195,10 @@ func.defaultConfig = {
195
'--touch-events',
196
'--window-size=' + argv.width + ',' + argv.height,
197
isCI ? '--ignore-gpu-blacklist' : '',
198
- (isBundleTest && basename(testFileGlob) === 'no_webgl') ? '--disable-webgl' : ''
+ (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'
202
]
203
},
204
_Firefox: {
0 commit comments