-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Milestone
Description
Hi there, I'm Ronald, the creator of JobRunr. When upgrading my dependencies to 5.10.1 from 5.10.0, I noticed a breaking change which was not declared in the release notes.
When using tests and inheritance (which I do for testing JobRunr against different DB's), I noticed that @Disabled
was not taking into account anymore in v5.10.1 whereas that was the case in v5.10.0.
Steps to reproduce
Please see https://github.com/rdehuyss/junit-issue-disabled
If you run the test JUnitTest3, you notice that it fails. If you downgrade to 5.10.0, all is well again.
Context
- Used versions (Jupiter/Vintage/Platform): JUnit Jupiter
- Build Tool/IDE: both maven and gradle, Intellij