Skip to content

Commit 5ad5147

Browse files
committed
Force Pacific Timezone for Windows-based tests. The default was GMT0.
1 parent 6dbe459 commit 5ad5147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sauce_browsers.json

+4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
"browserName" : "internet explorer",
1313
"version" : "11.0",
1414
"platform" : "Windows 7",
15+
"timeZone": "Pacific",
1516
"prerun": {
1617
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
1718
}
1819
},
1920
{
2021
"browserName" : "internet explorer",
2122
"version" : "10.0",
23+
"timeZone": "Pacific",
2224
"platform" : "Windows 7",
2325
"prerun": {
2426
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
@@ -28,6 +30,7 @@
2830
"browserName" : "internet explorer",
2931
"version" : "9.0",
3032
"platform" : "Windows 7",
33+
"timeZone": "Pacific",
3134
"prerun": {
3235
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
3336
}
@@ -36,6 +39,7 @@
3639
"browserName" : "internet explorer",
3740
"version" : "8.0",
3841
"platform" : "Windows 7",
42+
"timeZone": "Pacific",
3943
"prerun": {
4044
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
4145
}

0 commit comments

Comments
 (0)