Fix failed tests in TimestampParserTest when running locally (#9997)

* fix failed tests in TimestampPaserTest due to timezone

* remove unneeded -Duser.country=US

Co-authored-by: huagnhui.bigrey <huanghui.bigrey@bytedance.com>
This commit is contained in:
BIGrey 2020-06-11 00:19:38 +08:00 committed by GitHub
parent f8b643ec72
commit d4d0004338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@
<argLine>
@{jacocoArgLine}
-Djava.library.path=${project.build.directory}/hyperic-sigar-${sigar.base.version}/sigar-bin/lib/
-Duser.language=en
</argLine>
</configuration>
</plugin>