Commit c6eda450 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'quarantine-backup_rake_spec' into 'master'

Quarantine flaky backup_rake_spec

See merge request gitlab-org/gitlab!44536
parents 36f93ead df78e5b1
......@@ -299,7 +299,7 @@ RSpec.describe 'gitlab:app namespace rake task', :delete do
end
shared_examples 'includes repositories in all repository storages' do
specify :aggregate_failures do
specify :aggregate_failures, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/263097' do
project_a = create(:project, :repository)
project_a.track_project_repository
project_snippet_a = create(:project_snippet, :repository, project: project_a, author: project_a.owner)
......
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