You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use JUnit5 and one of our test depends on a custom JUnit5 Extension being active. We activate it using the junit.jupiter.extensions.autodetection.enabled=true system property defined in our pom.xml:
We use JUnit5 and one of our test depends on a custom JUnit5 Extension being active. We activate it using the
junit.jupiter.extensions.autodetection.enabled=true
system property defined in our pom.xml:When we run our test with the maven pitest plugin, the extension is not active and the test fails.
Thanks
The text was updated successfully, but these errors were encountered: