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

Revert "Merge branch 'jennli-quarantine-issue-433187' into 'master'"

This reverts merge request !138241
上级 414581a7
No related branches found
No related tags found
无相关合并请求
...@@ -27,8 +27,7 @@ module QA ...@@ -27,8 +27,7 @@ module QA
end end
it 'pushes code to the repository via SSH', :smoke, :skip_fips_env, it 'pushes code to the repository via SSH', :smoke, :skip_fips_env,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347825', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347825' do
except: { job: 'review-qa-*' } do
Resource::Repository::ProjectPush.fabricate! do |push| Resource::Repository::ProjectPush.fabricate! do |push|
push.project = project push.project = project
push.ssh_key = @key push.ssh_key = @key
...@@ -44,8 +43,7 @@ module QA ...@@ -44,8 +43,7 @@ module QA
end end
it 'pushes multiple branches and tags together', :smoke, :skip_fips_env, it 'pushes multiple branches and tags together', :smoke, :skip_fips_env,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347826', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347826' do
except: { job: 'review-qa-*' } do
branches = [] branches = []
tags = [] tags = []
Git::Repository.perform do |repository| Git::Repository.perform do |repository|
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册