diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-28 12:24:35 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-28 12:24:35 +0500 |
commit | 970576c5c6a94edd93dd822ede7b82e73c71fea9 (patch) | |
tree | def5cf6497771b14fc5fa8db7293a837845d09cf /qa | |
parent | b802e0bbbf7eab6635520c180eb5632ead61d043 (diff) | |
download | gitlab-ce-970576c5c6a94edd93dd822ede7b82e73c71fea9.tar.gz |
Quarantine GitHub OAuth test
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb index a118176eb8a..087a2c13675 100644 --- a/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb +++ b/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb @@ -1,7 +1,8 @@ # frozen_string_literal: true module QA - context 'Manage', :orchestrated, :oauth do + # https://gitlab.com/gitlab-org/quality/nightly/issues/83 + context 'Manage', :orchestrated, :oauth, :quarantine do describe 'OAuth login' do it 'User logs in to GitLab with GitHub OAuth' do Runtime::Browser.visit(:gitlab, Page::Main::Login) |