Commit 9d4f0de8 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'quarantine-jira-issue-import-e2e-spec' into 'master'

Quarantine Jira issue import e2e spec

See merge request gitlab-org/gitlab!35679
parents a468d2ff df00f77b
# frozen_string_literal: true
module QA
context 'Plan' do
context 'Plan', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/225409', type: :bug } do
describe 'Jira issue import', :jira, :orchestrated, :requires_admin do
let(:jira_project_key) { "JITD" }
let(:jira_issue_title) { "[#{jira_project_key}-1] Jira to GitLab Test Issue" }
......
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