tushartushar / DesigniteJava

Detects smells and computes metrics of Java code
https://www.designite-tools.com/products-dj
Apache License 2.0
172 stars 64 forks source link

Cannot mvn clean install due to test failures #78

Closed JMcDonald1999 closed 1 year ago

JMcDonald1999 commented 2 years ago

Tests run: 135, Failures: 3, Errors: 57, Skipped: 0

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.638 s [INFO] Finished at: 2022-01-05T21:46:55Z [INFO] ------------------------------------------------------------------------

Any solutions for this? Tests seem to fail when run locally as well, appears to be a mockito issue

NikolasPpd commented 1 year ago

I get the same exact error. Did you find any solution?

gustavopintozup commented 1 year ago

Same here, but you can still built the jar skipping the tests (-Dmaven.test.skip)

tushartushar commented 1 year ago

The build is passing now.