Skip to content
代码片段 群组 项目
未验证 提交 ff0a0304 编辑于 作者: Marc Shaw's avatar Marc Shaw 提交者: GitLab
浏览文件

Merge branch '444895-fix-flaky-test' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -11,7 +11,7 @@
let(:user) { create(:user, :public_email) }
let(:email) { FFaker::Internet.email }
let(:trailer) { "#{FFaker::Lorem.word}-by:" }
let(:trailer) { "#{generate(:short_text)}-by:" }
let(:commit_message) { trailer_line(trailer, user.name, user.public_email) }
let(:commit_message_html) { commit_html(commit_message) }
......@@ -89,8 +89,8 @@
end
end
it 'multiple trailers in the same message', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/444895' do
different_trailer = "#{FFaker::Lorem.word}-by:"
it 'multiple trailers in the same message' do
different_trailer = "#{generate(:short_text)}-by:"
message = commit_html %(
#{commit_message}
#{trailer_line(different_trailer, FFaker::Name.name, email)}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册