Skip to content

Commit

Permalink
Skip test SpringHibernate2lcApplicationTest
Browse files Browse the repository at this point in the history
Causing Azure identity issue
  • Loading branch information
nishaatr authored Nov 13, 2024
1 parent 1cc3b81 commit 1985e00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hazelcast-integration/spring-hibernate-2ndlevel-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1985e00

Please sign in to comment.