Commit d6cc6527 authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine cluster_health_dashboard_spec

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/338341
parent 0d286bc6
...@@ -80,7 +80,7 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory ...@@ -80,7 +80,7 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory
expect(page).to have_content('Avg') expect(page).to have_content('Avg')
end end
it 'focuses the single panel on toggle' do it 'focuses the single panel on toggle', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338341' do
click_button('More actions') click_button('More actions')
click_button('Expand panel') click_button('Expand panel')
......
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