Skip to content
Snippets Groups Projects

Prevent concurrent execution of some tests

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading