From 6315ed9630fb1c6ade3114beb762cd1568d79219 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 28 Jan 2020 18:08:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qa') 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 70303a30153..dea85f68be2 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,7 +1,10 @@ # frozen_string_literal: true 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 it 'User logs in to GitLab with GitHub OAuth' do Runtime::Browser.visit(:gitlab, Page::Main::Login) -- cgit v1.2.3