Skip to content

Commit

Permalink
Some tests are sensitive to environment locale settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Jun 23, 2022
1 parent d3e2834 commit 1c33c4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
</environmentVariables>
<argLine>${surefire.argLine}</argLine>
<trimStackTrace>false</trimStackTrace>
<useSystemClassLoader>true</useSystemClassLoader>
Expand All @@ -833,6 +836,9 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M6</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
</environmentVariables>
<argLine>${failsafe.argLine}</argLine>
<trimStackTrace>false</trimStackTrace>
<useSystemClassLoader>true</useSystemClassLoader>
Expand Down

0 comments on commit 1c33c4d

Please sign in to comment.