-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
All tests in Gradle build are SKIPPED #2736
Comments
sbrannen
added a commit
that referenced
this issue
Oct 2, 2021
Since commit 826088e, all `test` tasks in the build are SKIPPED. This commit allows `test` tasks to execute again.
As a result of reverting that commit, the CI build now fails: https://ge.junit.org/s/gsap7dr2zgivw/failure#1
But at least the tests are executed in the interim. |
Mea culpa. I have a fix and will push it later. |
Thanks for the quick turnaround, @marcphilipp. 👍 |
runningcode
pushed a commit
to runningcode/junit5
that referenced
this issue
Feb 15, 2023
Since commit 826088e, all `test` tasks in the build are SKIPPED. This commit allows `test` tasks to execute again.
runningcode
pushed a commit
to runningcode/junit5
that referenced
this issue
Feb 15, 2023
This reverts commit ebb890e.
runningcode
pushed a commit
to runningcode/junit5
that referenced
this issue
Feb 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
As mentioned in #2733 (comment), all tests in the Gradle build are
SKIPPED
since commit 826088e.I will disable Jacoco support for the time being, so that tests are executed within the build.
Deliverables
test
tasks areSKIPPED
when the Jacoco support is enabled.The text was updated successfully, but these errors were encountered: