Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-validator
Commit: 9afcc3e23fdb6f1312d5236ea5de66e106b7c054
https://github.com/hibernate/hibernate-validator/commit/9afcc3e23fdb6f131...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M engine/pom.xml
R engine/src/test/suite/unit-tests.xml
Log Message:
-----------
HV-1147 Removing superfluous suite file; only using parallelism on tests level;
The presence of the suite file suppressed the parallel=methods config.
Removing the file makes the parallel config kick in which made some tests
fail that aren't prepared for parallel execution on the method level. The
same issue would have appeared before when running a single test via
"-Dtest=..." as in that case also the parallel config was applied.