Skip to content

Commit 955ab3a

Browse files
committedJul 31, 2024
[jcustenborder#212] fix failing tests when running in non-UTC timezone
1 parent 3d5d4df commit 955ab3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-surefire-plugin</artifactId>
239239
<version>2.19.1</version>
240+
<configuration>
241+
<systemPropertyVariables>
242+
<user.timezone>UTC</user.timezone>
243+
</systemPropertyVariables>
244+
</configuration>
240245
<dependencies>
241246
<dependency>
242247
<groupId>org.junit.platform</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.