diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-25 06:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-25 06:09:07 +0000 |
commit | 7e3005967df23a957fe1998c8de4f50b412e69e7 (patch) | |
tree | fd836107b2035a19fbe8e296380446748f2c07c3 /qa | |
parent | a8c82a6395ed62380b9061a26d92e41d46c2877e (diff) | |
download | gitlab-ce-7e3005967df23a957fe1998c8de4f50b412e69e7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb b/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb index 9dad5ad8fb5..cff415dcf97 100644 --- a/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb +++ b/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb @@ -2,7 +2,7 @@ module QA context 'Verify' do - describe 'Add or Remove CI variable via UI', :smoke do + describe 'Add or Remove CI variable via UI', :smoke, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/207915', type: :stale } do let!(:project) do Resource::Project.fabricate_via_api! do |project| project.name = 'project-with-ci-variables' |