Commit 2846496f authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine flaky spec

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/329292
parent b473d089
...@@ -182,7 +182,7 @@ RSpec.describe 'Epic boards sidebar', :js do ...@@ -182,7 +182,7 @@ RSpec.describe 'Epic boards sidebar', :js do
end end
end end
it 'shows toggle as on then as off as user toggles to subscribe and unsubscribe', :aggregate_failures do it 'shows toggle as on then as off as user toggles to subscribe and unsubscribe', :aggregate_failures, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/329292' do
click_card(card) click_card(card)
click_button 'Notifications' click_button 'Notifications'
......
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