Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a85009eb
Commit
a85009eb
authored
Jan 28, 2020
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'qa-shl-skip-oauth-test' into 'master'
Skip GitHub OAuth spec See merge request gitlab-org/gitlab!23841
parents
4ffc1a8b
f13a1925
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb
...eatures/browser_ui/1_manage/login/login_via_oauth_spec.rb
+4
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb
View file @
a85009eb
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Manage'
,
:orchestrated
,
:oauth
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/issues/196517'
do
# This test is skipped instead of quarantine because continuously running
# this test may cause the user to hit GitHub's rate limits thus blocking the user.
# Related issue: https://gitlab.com/gitlab-org/gitlab/issues/196517
context
'Manage'
,
:orchestrated
,
:oauth
,
:skip
do
describe
'OAuth login'
do
describe
'OAuth login'
do
it
'User logs in to GitLab with GitHub OAuth'
do
it
'User logs in to GitLab with GitHub OAuth'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment