Skip to content

Add retry to vulnerability item fabrication

Harsha Muralidhar requested to merge hm-retry-fabricate-vulnerability-item into master

What does this MR do and why?

Relates to #428669 (comment 1712604165)

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

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="password" GITLAB_QA_ACCESS_TOKEN=token GITLAB_PASSWORD="password" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.30.0.158:3000 bundle exec rspec ./qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb:41

Merge request reports