Skip to content

Use hard-coded group paths for truncated export filename spec

Markus Koller requested to merge 323349-fix-truncated-paths into master

What does this MR do?

On CI the auto-generated group paths can become so long that the project path is truncated away, this fixese that by using hard-coded group paths.

Fixes #323349 (closed)

I reproduced the failure / verified the fix locally by adding this to the spec:

    before do
      1000.times { build(:group) }
    end

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Related to #323349 (closed)

Edited by Peter Leitzen

Merge request reports