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 4a623d5 commit c2bdf2aCopy full SHA for c2bdf2a
test/jasmine/karma.conf.js
@@ -198,6 +198,8 @@ func.defaultConfig = {
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'
204
]
205
},
0 commit comments