Commit ed47ecc8 authored by Albert Salim's avatar Albert Salim

Quarantine flaky spec

https://gitlab.com/gitlab-org/gitlab/-/issues/325786

This test fails when running the following specs in order:
- ee/spec/lib/gitlab/database/load_balancing_spec.rb
- ee/spec/lib/gitlab/database/load_balancing/connection_proxy_spec.rb
parent 300e027f
...@@ -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