-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable SpringHibernate2lcApplicationTest [DI-336] #685
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t you @ignore the specified test instead?
An explanation would help, too.
Same here and thats why I tried it. The test ran regardless and build hanged again. I see 3 other tests using @ignore and they are getting skipped but not for this. I could try again and may be you can help but prefer to merge to timebox the effort |
|
Did that here
I did actually but that was before the checkout PR fix I did earlier. I will try. thanks |
Worked. thanks |
Disable test temporarily until 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)
The test emits Azure warning in the build log:
A little later the test hangs repeatedly connecting to cluster
This might take effort to fix so disabling for now is the simplest option
Note: Tried using
@ignore(...)
on the test but didn't take effect for some reason so resorted to disabling via POM. This is the only test at the moment