Commit 87537b8c authored by Alex Kalderimis's avatar Alex Kalderimis

Quarantine broken spec

parent 5f16f076
......@@ -6,7 +6,7 @@ RSpec.describe Gitlab::I18n do
let(:user) { create(:user, preferred_language: :es) }
describe '.selectable_locales' do
it 'does not return languages with low translation levels' do
it 'does not return languages with low translation levels', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/329723' do
stub_const(
'Gitlab::I18n::TRANSLATION_LEVELS',
'pt_BR' => 0,
......
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