Skip to content

WIP: Fix e2e tests that fail when run in parallel

Mark Lapierre requested to merge qa-ml-parallel-tests-fix-failures into master

What does this MR do?

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29654 allows e2e tests to be run in parallel.

The changes caused a few tests to start failing. For example, because of a race condition when creating the sandbox group. Those failures will be fixed in this MR so that the original MR can be merged without having to wait for all the fixes.

Does this MR meet the acceptance criteria?

Conformity

Edited by Mark Lapierre

Merge request reports