Commit 772557d7 authored by Stan Hu's avatar Stan Hu

Merge branch '241251-quarantine-backup-spec' into 'master'

Quarantine #dump spec in backup/repository_spec

See merge request gitlab-org/gitlab!40440
parents efc7bd03 f47a2f17
...@@ -19,7 +19,7 @@ RSpec.describe Backup::Repository do ...@@ -19,7 +19,7 @@ RSpec.describe Backup::Repository do
end end
end end
describe '#dump' do describe '#dump', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/241251' do
before do before do
allow(Gitlab.config.repositories.storages).to receive(:keys).and_return(storage_keys) allow(Gitlab.config.repositories.storages).to receive(:keys).and_return(storage_keys)
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