Attempt to get tests to pass in github actions

This commit is contained in:
spencergibb
2025-05-22 16:30:04 -04:00
parent 6690c79a2d
commit fb2a32bb81

View File

@@ -146,4 +146,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<!-- TODO: github actions fails with restricted header host -->
<jdk.httpclient.allowRestrictedHeaders>host</jdk.httpclient.allowRestrictedHeaders>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
</project>