Skip to content

Backport EE .flayignore lines to CE

Nick Thomas requested to merge (removed):backport-flayignore into master

What does this MR do?

In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6102#note_81483184 , @godfat suggested that we backport EE-specific .flayignore lines into CE:

  • They don't do any harm
  • We want the CE/EE diff to be as small as possible

Are there points in the code the reviewer needs to double check?

This MR includes two .flayignore changes that will only hit EE master when https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6102 is merged, so should be merged after that one.

Why was this MR needed?

Reduce CE/EE diff, fix "ee-specific-lines" failures

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related to https://gitlab.com/gitlab-org/gitlab-ee/issues/5172

Merge request reports