Skip to content

Commit

Permalink
Disable SpringHibernate2lcApplicationTest [DI-336] (#685)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nishaatr authored Nov 14, 2024
1 parent 97e0469 commit 8117096
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.hibernate.Version;
import org.hibernate.stat.Statistics;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Disabled;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -21,6 +22,7 @@
import static org.assertj.core.api.Assertions.assertThat;

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

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

0 comments on commit 8117096

Please sign in to comment.