Skip to content

Don't cleanup frontend fixtures before generating them

What does this MR do and why?

This MR makes clean_frontend_fixtures a no-op. On the CI, we always start with a clean slate anyway, and locally you can always cleanup existing fixtures with rm -rf tmp/tests/frontend/fixtures-ee. 🤷🏼

Removing the calls to clean_frontend_fixtures would be done in a follow-up MR.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #342022 (closed).

Edited by Rémy Coutable

Merge request reports