Skip to content

Commit

Permalink
Skip tests because refreshing tokens is limited.
Browse files Browse the repository at this point in the history
> status code: 400, reason phrase: Number of clients registered exceeded quota limit: 30 for clientId: mountainduck.
  • Loading branch information
dkocher committed Mar 17, 2021
1 parent de19cf6 commit 8f42e46
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion storegate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,17 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments combine.self="override" />
<compilerArguments combine.self="override"/>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 8f42e46

Please sign in to comment.