I'm using git to commit with maven and java8. when, I try to execute the command : mvn clean install, into my local branch, I found that there are a unit tests that failed.And this tests i didn't change any thing in there. In contrast in the develop branch all is ok.
How to resolve that in order that to keep the tests?