Skip to content
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

Closed
2 tasks done
sbrannen opened this issue Oct 2, 2021 · 3 comments
Closed
2 tasks done

All tests in Gradle build are SKIPPED #2736

sbrannen opened this issue Oct 2, 2021 · 3 comments
Assignees
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Oct 2, 2021

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

  • Determine why all test tasks are SKIPPED when the Jacoco support is enabled.
  • Fix the issue and reinstate Jacoco support.
@sbrannen sbrannen added this to the 5.9 M1 milestone Oct 2, 2021
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.
@sbrannen
Copy link
Member Author

sbrannen commented Oct 2, 2021

As a result of reverting that commit, the CI build now fails:

https://ge.junit.org/s/gsap7dr2zgivw/failure#1

Could not create task ':jacocoRootReport'.
> Task with name 'extractJar' not found in project ':junit-platform-commons'.

But at least the tests are executed in the interim.

@marcphilipp
Copy link
Member

Mea culpa. I have a fix and will push it later.

marcphilipp added a commit that referenced this issue Oct 2, 2021
@sbrannen
Copy link
Member Author

sbrannen commented Oct 3, 2021

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
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
Projects
None yet
Development

No branches or pull requests

2 participants