diff --git a/spec/rubocop/batched_background_migrations_dictionary_spec.rb b/spec/rubocop/batched_background_migrations_dictionary_spec.rb index 428cfcb3f08b8c2a53ffbe4fd70ca3ba2fcf1ffc..c7a34ab0456224349fbcacf99061f49312e1b8ef 100644 --- a/spec/rubocop/batched_background_migrations_dictionary_spec.rb +++ b/spec/rubocop/batched_background_migrations_dictionary_spec.rb @@ -58,7 +58,8 @@ end describe '#finalize_after' do - it 'returns the finalize_after timestamp of the bbm with given version' do + it 'returns the finalize_after timestamp of the bbm with given version', + quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/456914' do expect(batched_background_migration.finalize_after).to eq(finalize_after) end