The test suite es.upm.dit.gsi.beast.platform.jadex.JadexPlatformTest works fine (and all tests passed) if it is launched in eclipse, but if it is launched with "mvn test" command, these 6 tests fail and the maven build process stops.
Solved -> Tests were launched two times in parallel (I am not sure that they are launched in parallel or not), but now one test java file is ignored to avoid those tests are launched several times.
The test suite es.upm.dit.gsi.beast.platform.jadex.JadexPlatformTest works fine (and all tests passed) if it is launched in eclipse, but if it is launched with "mvn test" command, these 6 tests fail and the maven build process stops.