Skip to content

Fix flaky background migration spec

Nicolas Dular requested to merge nd/fix-flaky-bg-migration-spec into master

What does this MR do and why?

Fix flaky background migration spec

There is the backfill_work_item_hierarchy_for_epics_spec with a custom matcher that has the same name.

The spec can become flaky when both specs are loaded as it tries to use the other matcher.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports