Skip to content

Move :aggregate_failures into test cases

Lin Jen-Shin requested to merge move-aggregate_failures-to-test-cases into master

What does this MR do and why?

Move :aggregate_failures into test cases

If it's put in shared_examples or shared_context, the shared_examples or shared_context will be included into the test cases where the same tag is used, and that's definitely not what we want.

This is discovered at !116298 (comment 1335497451)

In this merge request, we push :aggregate_failures into the test cases where it's needed.

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

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

Edited by Lin Jen-Shin

Merge request reports