Skip to content

Prevent concurrent execution of some tests

Marco Clemencic requested to merge marcocle/test-deps into master

when running tests in parallel I had failures on a few tests because they were stepping on each other.

The correct fix would be to change the tests so that they do not clash, but serializing the execution is a valid workaround until somebody wants to correctly tackle the problem.

Edited by Marco Cattaneo

Merge request reports