运行测试类出现Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

用idea  maven项目运行测试类时报错运行测试类出现Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project poemMaven: There are test failures.

Please refer to D:\code\Java\IdeaProjects\poemMaven\target\surefire-reports for the individual test results.

运行测试类出现Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

解决办法:

  跳过测试,即把下图中箭头指向的图标变为选中状态就行了,

  鼠标移到这个图标上 会显示Toggle 'Skip tests' mode,意思就是跳过测试。

运行测试类出现Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test