Run tests in UTC timezone (#9168)

Merge pull request 9168
This commit is contained in:
Otto Liljalaakso 2022-11-07 09:19:10 +02:00 committed by GitHub
parent 9301d53ca9
commit 28a475a660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ else
rubies=($(script/rubies))
fi
# Tests only pass when timezone offset is zero.
TZ=UTC
for ruby in $rubies; do
if [[ "$ruby" == "jruby" ]]