Commit 88fa977b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '254644-quarantine-flaky-spec' into 'master'

Quarantine a flaky user_sees_live_update_spec.rb

See merge request gitlab-org/gitlab!46325
parents 2343c8e3 a33ea40c
......@@ -26,7 +26,7 @@ RSpec.describe 'Issues > User sees live update', :js do
end
describe 'confidential issue#show' do
it 'shows confidential sibebar information as confidential and can be turned off' do
it 'shows confidential sibebar information as confidential and can be turned off', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/254644' do
issue = create(:issue, :confidential, project: project)
visit project_issue_path(project, 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