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
Currently the BOM PCT runs every test and then deletes test results from known failures, which is wasteful. Better to switch to -Dsurefire.excludesFile with entries like InjectedTest.class or pkg/SomeTest.class.
The text was updated successfully, but these errors were encountered:
Currently the BOM PCT runs every test and then deletes test results from known failures, which is wasteful. Better to switch to
-Dsurefire.excludesFile
with entries likeInjectedTest.class
orpkg/SomeTest.class
.The text was updated successfully, but these errors were encountered: