-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 failing kotlin-multi-module gradle test #23063
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.
Thanks @glefloch !
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 7c7a50c
Failures⚙️ Initial JDK 11 Build #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖ |
7c7a50c
to
586f406
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 586f406
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
✖
✖
|
It looks like jcenter is having trouble again.. |
This disable the
MultiModuleKotlinProjectDevModeTest
test.Locally it passes, but on CI it hangs to start the application.
I will open an issue and investigate the cause.