Commit f47a2f17 authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine #dump spec in backup/repository_spec

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/241251
parent 7ed333a6
...@@ -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