Merge branch '323-auto-devops-qa-spec-failing-prematurely' into 'master'

Prevent premature failure on AutoDevOps Pipeline

Closes gitlab-qa#323

See merge request gitlab-org/gitlab-ce!21709
This commit is contained in:
Grzegorz Bizon 2018-09-14 13:55:14 +00:00
commit 182f4be8c1
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ module QA
# Disable code_quality check in Auto DevOps pipeline as it takes
# too long and times out the test
Factory::Resource::SecretVariable.fabricate! do |resource|
resource.project = project
resource.key = 'CODE_QUALITY_DISABLED'
resource.value = '1'
end