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

Merge branch '455407-unquarantine-previously-flaky-tests' into 'master'

Unquarantine previously flaky tests

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/152131



Merged-by: default avatarLuke Duncalfe <lduncalfe@gitlab.com>
Approved-by: default avatarLuke Duncalfe <lduncalfe@gitlab.com>
Co-authored-by: default avatarKerri Miller <kerrizor@kerrizor.com>
No related branches found
No related tags found
无相关合并请求
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
end end
context 'when the user does not have access to the merge request' do context 'when the user does not have access to the merge request' do
it_behaves_like 'a working graphql query that returns no data', it_behaves_like 'a working graphql query that returns no data' do
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/455407' do
before do before do
post_graphql(query, current_user: current_user) post_graphql(query, current_user: current_user)
end end
...@@ -41,8 +40,7 @@ def query(fields) ...@@ -41,8 +40,7 @@ def query(fields)
end end
end end
it 'returns the merge request', it 'returns the merge request' do
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/455407' do
post_graphql(query, current_user: current_user) post_graphql(query, current_user: current_user)
expect(merge_request_data).to include( expect(merge_request_data).to include(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册