Skip to content

Commit fb2a32b

Browse files
committed
Attempt to get tests to pass in github actions
1 parent 6690c79 commit fb2a32b

File tree

1 file changed

+15
-0
lines changed
  • spring-cloud-gateway-server-mvc

1 file changed

+15
-0
lines changed

spring-cloud-gateway-server-mvc/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,19 @@
146146
<scope>test</scope>
147147
</dependency>
148148
</dependencies>
149+
150+
<build>
151+
<plugins>
152+
<plugin>
153+
<groupId>org.apache.maven.plugins</groupId>
154+
<artifactId>maven-surefire-plugin</artifactId>
155+
<configuration>
156+
<systemPropertyVariables>
157+
<!-- TODO: github actions fails with restricted header host -->
158+
<jdk.httpclient.allowRestrictedHeaders>host</jdk.httpclient.allowRestrictedHeaders>
159+
</systemPropertyVariables>
160+
</configuration>
161+
</plugin>
162+
</plugins>
163+
</build>
149164
</project>

0 commit comments

Comments
 (0)