summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-05-07 12:35:31 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-05-07 12:35:31 +0000
commitf2aa884bfacf211354f61768a053590d18f0756c (patch)
treea287fea4d666fa6aec8599593e76a81bf7f8da99
parent23bdca9ca3301b9372327e310c3c3d23f1d4ae58 (diff)
parent85babc239ac44660e37e9c63d62c9c0c029fe55c (diff)
downloadgitlab-ce-f2aa884bfacf211354f61768a053590d18f0756c.tar.gz
Merge branch 'quarantine-login-via-oauth-spec' into 'master'
Quarantine login via oauth spec See merge request gitlab-org/gitlab-ce!28176
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb3
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)