Commit e1822027 authored by Sean McGivern's avatar Sean McGivern

Merge branch '323731-quarantine-flaky-tests' into 'master'

Quarantine flaky tests

See merge request gitlab-org/gitlab!56187
parents 6aa078b8 9ecb5a98
...@@ -81,7 +81,7 @@ RSpec.describe 'User views iteration' do ...@@ -81,7 +81,7 @@ RSpec.describe 'User views iteration' do
end end
end end
context 'when grouping by label' do context 'when grouping by label', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/323731' do
before do before do
sign_in(user) sign_in(user)
......
...@@ -64,7 +64,7 @@ RSpec.describe 'User views iteration' do ...@@ -64,7 +64,7 @@ RSpec.describe 'User views iteration' do
it_behaves_like 'render iteration page' it_behaves_like 'render iteration page'
context 'when grouping by label' do context 'when grouping by label', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/323731' do
it_behaves_like 'iteration report group by label' it_behaves_like 'iteration report group by label'
end end
......
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