Skip to content
Snippets Groups Projects
Verified Commit 2e7364c6 authored by Ash McKenzie's avatar Ash McKenzie :two: Committed by Douglas Barbosa Alexandre
Browse files

Geo: remove quarantine for Secondary::ShardWorker

parent 8ad69eaa
No related branches found
No related tags found
2 merge requests!16343Conan API endpoints for upload_urls and skeleton for other recipe urls,!16224Geo: remove quarantine for Secondary::ShardWorker
Pipeline #80802875 passed with warnings
......@@ -96,7 +96,7 @@
let(:project6_both_verified) { create(:repository_state, :repository_verified, :wiki_verified).project }
# https://gitlab.com/gitlab-org/gitlab-ee/issues/12455
it 'handles multiple batches of projects needing verification', :quarantine do
it 'handles multiple batches of projects needing verification' do
reg1 = create(:geo_project_registry, :synced, :repository_verification_outdated, project: project1_repo_verified)
reg2 = create(:geo_project_registry, :synced, :repository_verification_outdated, project: project2_repo_verified)
......@@ -112,7 +112,7 @@
end
# https://gitlab.com/gitlab-org/gitlab-ee/issues/12455
it 'handles multiple batches of projects needing verification, skipping failed repos', :quarantine do
it 'handles multiple batches of projects needing verification, skipping failed repos' do
reg1 = create(:geo_project_registry, :synced, :repository_verification_outdated, project: project1_repo_verified)
reg2 = create(:geo_project_registry, :synced, :repository_verification_outdated, project: project2_repo_verified)
create(:geo_project_registry, :synced, :repository_verification_outdated, project: project3_repo_failed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment