Commit bd60d039 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'caalberts-quarantine-connection-proxy-spec' into 'master'

Quarantine flaky spec

See merge request gitlab-org/gitlab!57316
parents 398b4b18 ed47ecc8
...@@ -87,7 +87,7 @@ RSpec.describe Gitlab::Database::LoadBalancing::ConnectionProxy do ...@@ -87,7 +87,7 @@ RSpec.describe Gitlab::Database::LoadBalancing::ConnectionProxy do
end end
end end
it 'inserts data in bulk' do it 'inserts data in bulk', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/325786' do
expect(model_class).to receive(:connection) expect(model_class).to receive(:connection)
.at_least(:once) .at_least(:once)
.and_return(proxy) .and_return(proxy)
......
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