Commit 4579fd7d authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '297201-flaky-spec-in-spec-features-issues-issue_state_spec-rb-issue-state-when-closed-when-clicking' into 'master'

test: Quarantine flaky tests

See merge request gitlab-org/gitlab!51599
parents 6f6412fb a9fe7061
......@@ -41,7 +41,7 @@ RSpec.describe 'issue state', :js do
end
end
describe 'when open' do
describe 'when open', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297348' do
context 'when clicking the top `Close issue` button', :aggregate_failures do
let(:open_issue) { create(:issue, project: project) }
......@@ -63,7 +63,7 @@ RSpec.describe 'issue state', :js do
end
end
describe 'when closed' do
describe 'when closed', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297201' do
context 'when clicking the top `Reopen issue` button', :aggregate_failures do
let(:closed_issue) { create(:issue, project: project, state: 'closed') }
......
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