Skip to content

Commit c2bdf2a

Browse files
committed
try more timezone-related flags
1 parent 4a623d5 commit c2bdf2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jasmine/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ func.defaultConfig = {
198198
(isBundleTest && basename(testFileGlob) === 'no_webgl') ? '--disable-webgl' : '',
199199
// just look at /etc/localtime, so that we test lib_date_test.js
200200
// in arbitrary timezones
201+
'--disable-per-user-timezone',
202+
'--disable-system-timezone-automatic-detection',
201203
'--disable-fine-grained-time-zone-detection'
202204
]
203205
},

0 commit comments

Comments
 (0)