Quarantine flaky e2e test

This commit is contained in:
Mark Lapierre 2019-08-01 16:27:31 +10:00
parent 975d47f059
commit 177a3c8689

View file

@ -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)