astor icon indicating copy to clipboard operation
astor copied to clipboard

CI failing due to use of another test driver

Open martinezmatias opened this issue 3 years ago • 1 comments

The CI is failing because maven uses TestNG instead of jUnit (log here). Consequently, instead of calling one test per job it calls all tests from the test cases which produces a timeout.

martinezmatias avatar May 04 '22 10:05 martinezmatias

Problem identified: the sure-fire detected the TestNG dependency (Gzoltar depends on it) and use its engine. As solution, we force to use a particular test engine.

martinezmatias avatar May 04 '22 12:05 martinezmatias