Commit 7d14e142 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'sh-fix-geo-order-dependent-spec' into 'master'

Fix order-dependent Geo spec failure

Closes #230333

See merge request gitlab-org/gitlab!37280
parents 0b562014 22dfa9b5
......@@ -23,7 +23,7 @@ RSpec.shared_examples 'a replicator' do
context 'on a secondary node' do
let_it_be(:registry_factory) { registry_factory_name(described_class.registry_class) }
before_all do
before do
create(registry_factory, :synced)
create(registry_factory)
create(registry_factory, :failed)
......
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