Skip to content
Snippets Groups Projects
Commit d51943fa authored by 🤖 GitLab Bot 🤖's avatar 🤖 GitLab Bot 🤖
Browse files

Quarantine end-to-end test

Quarantine Create Praefect repository commands allows admin to manage difference between praefect database and disk state
parent 3f866ad3
No related merge requests found
......@@ -22,7 +22,7 @@ module QA
praefect_manager.remove_repository_from_praefect_database(repo2["relative_path"])
end
it 'allows admin to manage difference between praefect database and disk state', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347606' do
it 'allows admin to manage difference between praefect database and disk state', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/357454', type: :investigating }, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347606' do
# Some repos are on disk that praefect is not aware of
untracked_repositories = praefect_manager.list_untracked_repositories
expect(untracked_repositories).to include(repo1)
......
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