Skip to content

Commit bcc1943

Browse files
committed
Fix flaky tests (#1123)
setting environment variable SYSTEMROOT to fix 'Unrecognized Windows Sockets error: 10106: create'
1 parent 5389afb commit bcc1943

File tree

1 file changed

+3
-0
lines changed
  • containers/pax-exam-container-forked

1 file changed

+3
-0
lines changed

containers/pax-exam-container-forked/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@
175175
<artifactId>maven-failsafe-plugin</artifactId>
176176
<configuration>
177177
<redirectTestOutputToFile>true</redirectTestOutputToFile>
178+
<environmentVariables>
179+
<SYSTEMROOT>C:\windows</SYSTEMROOT>
180+
</environmentVariables>
178181
</configuration>
179182
</plugin>
180183
</plugins>

0 commit comments

Comments
 (0)