Skip to content

Address dependency list spec flakiness

Harsha Muralidhar requested to merge hm-fix-dependency-list-spec-flakiness into master

What does this MR do and why?

Relates to: #419860 (closed)

Hopes to address the flakiness by adding a retry to the expectation.

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

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXXXX" GITLAB_QA_ACCESS_TOKEN=XXXXXX GITLAB_PASSWORD="XXXXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.30.0.158:3000 bundle exec rspec ./qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb:148

MR acceptance checklist

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

Merge request reports