diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-05-07 12:23:45 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-05-07 13:16:50 +0200 |
commit | 85babc239ac44660e37e9c63d62c9c0c029fe55c (patch) | |
tree | 62e9f733d3f5da277f5751815626b5243ceb8a17 | |
parent | 0910dfb9d6eb9748b6ca24e10a3382a6515615e5 (diff) | |
download | gitlab-ce-85babc239ac44660e37e9c63d62c9c0c029fe55c.tar.gz |
Quarantine login via oauth spec
-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..15cd59f041b 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/100 + 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) |