Merge branch 'qa-quarantine-github-oauth-test' into 'master'
Quarantine flaky e2e test See merge request gitlab-org/gitlab-ce!31364
This commit is contained in:
commit
abbcef43d7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module QA
|
||||
context 'Manage', :orchestrated, :oauth do
|
||||
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/121
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue