summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-06-19 05:19:46 +0000
committerSanad Liaquat <sliaquat@gitlab.com>2019-06-19 05:19:46 +0000
commitafbeeab24f02222946282be156bbea9019965c2b (patch)
tree80ebd15dcf6502dbcb7928fd6346981abca0827d
parent02fad28a52ae192e72413eb1dcf80f8f2e990f43 (diff)
parent87f66a5623cd90f142dc8e1a06a98a80fa7b0c7d (diff)
downloadgitlab-ce-afbeeab24f02222946282be156bbea9019965c2b.tar.gz
Merge branch 'qa-nightly-100-un-quarantine-oauth-spec' into 'master'
Un-quarantine OAuth spec Closes gitlab-org/quality/nightly#100 See merge request gitlab-org/gitlab-ce!29764
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb3
1 files changed, 1 insertions, 2 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 15cd59f041b..a118176eb8a 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,8 +1,7 @@
# frozen_string_literal: true
module QA
- # https://gitlab.com/gitlab-org/quality/nightly/issues/100
- context 'Manage', :orchestrated, :oauth, :quarantine do
+ context 'Manage', :orchestrated, :oauth do
describe 'OAuth login' do
it 'User logs in to GitLab with GitHub OAuth' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)