summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-28 15:04:11 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-28 15:04:11 +0500
commit377d2ada30326be1f2fb7baa41d8fe57534190eb (patch)
tree385a8642368247b9c8194b2e078c81985b8e892f /qa
parent62e15207611535719eacb47d371165b78405b5d4 (diff)
downloadgitlab-ce-377d2ada30326be1f2fb7baa41d8fe57534190eb.tar.gz
Revert "Quarantine GitHub OAuth test"
This reverts commit 970576c5c6a94edd93dd822ede7b82e73c71fea9.
Diffstat (limited to 'qa')
-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 087a2c13675..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/83
- 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)