Skip to content

Reduce number of model instances needed in test.

Andreas Brandl requested to merge ab-49788-reduce-model-instances-in-test into master

What does this MR do?

Reducing the number of model instances that are created during testing. There's no need to randomize the number of issues, for example in this spec. It works the same way with 2 issues only.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/49788

Merge request reports