diff options
author | Dan Davison <ddavison@gitlab.com> | 2019-03-27 12:06:00 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-27 12:06:00 +0000 |
commit | 520286b60e46ddfdde233d07f050cf4929e0df49 (patch) | |
tree | 3c8ece55cb69998fb1982c5f3d45b17a92867396 /qa | |
parent | 16968cf4a4109e0cecc65e3ae1df816650fc5020 (diff) | |
download | gitlab-ce-520286b60e46ddfdde233d07f050cf4929e0df49.tar.gz |
Unquarantine previously failing auto devops test
The smoke test for AutoDevOps was previously failing.
This test is now passing and ready to be unquarantined
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb index 0b92ea29ca4..ceb888bb4ef 100644 --- a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb +++ b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb @@ -106,8 +106,7 @@ module QA end end - # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/87 - describe 'Auto DevOps', :smoke, :quarantine do + describe 'Auto DevOps', :smoke do it 'enables AutoDevOps by default' do login |