Skip to content

Skip failed job about "gitlab.com" hardcode

路志远请求将skip-failed-jobs-about-host-hardcode合并到main-jh

What does this MR do and why?

Skip failed jobs in Pipeline https://jihulab.com/gitlab-cn/gitlab/-/pipelines/1338058

The reason for these errors is that the spec contains gitlab.com hardcode, so these failures will not affect business functions.

Failure/Error: expect(flash[:alert]).to eq(error_message)
       expected: "Your account has been blocked. Contact https://support.gitlab.com for assistance."
            got: "Your account has been blocked. Contact https://support.gitlab.cn for assistance."
       (compared using ==)

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.

MR acceptance checklist

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

路志远 编辑于

合并请求报告