diff --git a/spec/lib/api/helpers/integrations_helpers_spec.rb b/spec/lib/api/helpers/integrations_helpers_spec.rb index c8e749db3565d3c813ef5513ba568b8b71822178..3c6dc1b1d195790d6980e25b852603732f3b175e 100644 --- a/spec/lib/api/helpers/integrations_helpers_spec.rb +++ b/spec/lib/api/helpers/integrations_helpers_spec.rb @@ -30,7 +30,7 @@ end describe '.integration_classes' do - it 'returns correct integrations' do + it 'returns correct integrations', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/444979' do expect(described_class.integration_classes) .to match_array(Integration.descendants.without(base_classes, development_classes, instance_level_classes)) end