Commit 8d821960 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '333845-quarantine-epic-query-limit-spec' into 'master'

Quarantine promote_to_epic_spec that is hitting Threshold Exceeded Error

See merge request gitlab-org/gitlab!64252
parents 87fa88eb bca0c65a
......@@ -95,7 +95,7 @@ RSpec.describe 'Setting the epic of an issue' do
new_epic_group.add_developer(current_user)
end
it 'promotes the issue to epic' do
it 'promotes the issue to epic', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/333845' do
post_graphql_mutation(mutation, current_user: current_user)
expect(response).to have_gitlab_http_status(:success)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment