diff --git a/spec/graphql/mutations/design_management/upload_spec.rb b/spec/graphql/mutations/design_management/upload_spec.rb index 27fed0ab24baea5373e85cc0c3dbedfd1c128791..2daedbaab5d6da5d7a4fb6b459beb2f4a30e7cd3 100644 --- a/spec/graphql/mutations/design_management/upload_spec.rb +++ b/spec/graphql/mutations/design_management/upload_spec.rb @@ -68,7 +68,7 @@ def creates_designs(&block) end describe 'running requests in parallel' do - it 'does not cause errors' do + it 'does not cause errors', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/570457' do # max_concurrency is set to be less than the LOCK_RETRY_COUNT to avoid # Gitlab::ExclusiveLeaseHelpers::FailedToObtainLockError. #