Skip to content
Snippets Groups Projects
Verified Commit 954732e0 authored by Omar Qunsul's avatar Omar Qunsul :speech_balloon: Committed by GitLab
Browse files

Merge branch...

Merge branch 'quarantine-flaky-tests-spec-controllers-admin-groups_controller_spec-rb-93' into 'master' 

Quarantine a flaky test

See merge request !155360



Merged-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Approved-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Approved-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Co-authored-by: default avatarAuto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
parents 54f7c1f5 d335519e
No related branches found
No related tags found
2 merge requests!162233Draft: Script to update Topology Service Gem,!155360Quarantine a flaky test
Pipeline #1325537171 passed
......@@ -22,7 +22,7 @@
expect(response).to have_gitlab_http_status(:ok)
expect(response).to render_template(:index)
expect(assigns(:groups)).to eq([group, group_2, group_3])
expect(assigns(:groups)).to match_array([group, group_2, group_3])
end
it 'renders a correct list of sort by options' do
......@@ -91,7 +91,7 @@
expect(assigns(:groups)).to eq([group])
end
it 'redirects to the page' do
it 'redirects to the page', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/464681' do
get :index, params: { page: 2 }
expect(response).to have_gitlab_http_status(:ok)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment