Skip to content

Commit 8117096

Browse files
authored
Disable SpringHibernate2lcApplicationTest [DI-336] (#685)
Disable test temporarily until [DI-338](https://hazelcast.atlassian.net/browse/DI-338) is fixed We have migrated Code Samples PR builder to GitHub (#674) and Hazelcast is activating Azure identity provider (likely as GH hosted runners run in Azure) which results in the test hanging by continuously attempting to connect to HZ cluster (which likely failed to start)
1 parent 97e0469 commit 8117096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hazelcast-integration/spring-hibernate-2ndlevel-cache/src/test/java/com/hazelcast/hibernate/springhibernate2lc/SpringHibernate2lcApplicationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.hibernate.Version;
1010
import org.hibernate.stat.Statistics;
1111
import org.junit.jupiter.api.Test;
12+
import org.junit.jupiter.api.Disabled;
1213
import org.slf4j.Logger;
1314
import org.slf4j.LoggerFactory;
1415
import org.springframework.beans.factory.annotation.Autowired;
@@ -21,6 +22,7 @@
2122
import static org.assertj.core.api.Assertions.assertThat;
2223

2324
@SpringBootTest
25+
@Disabled("See https://hazelcast.atlassian.net/browse/DI-338")
2426
class SpringHibernate2lcApplicationTest {
2527

2628
private static Logger logger = LoggerFactory.getLogger(SpringHibernate2lcApplicationTest.class);

0 commit comments

Comments
 (0)