mirror of https://github.com/apache/druid.git
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:
parent
f8b643ec72
commit
d4d0004338
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue