From 666d5b7f2196b3b36f3a802d4aaa75b2a0110d61 Mon Sep 17 00:00:00 2001 From: Mark Lapierre Date: Tue, 29 Jan 2019 14:42:59 +0000 Subject: [PATCH] Merge branch 'qa-ml-quarantine-diff-patch-spec' into 'master' Quarantine diff patch spec See merge request gitlab-org/gitlab-ce!24769 (cherry picked from commit 244f4f5f523cdc92732b2aa3cbff2fdc3ed1605b) 58ec656b Quarantine failing test --- .../repository/user_views_raw_diff_patch_requests_spec.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/user_views_raw_diff_patch_requests_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/user_views_raw_diff_patch_requests_spec.rb index 621cca0f9a5..b862a7bd1ed 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/user_views_raw_diff_patch_requests_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/user_views_raw_diff_patch_requests_spec.rb @@ -2,7 +2,10 @@ module QA context 'Create' do - describe 'Commit data' do + # failure reported: https://gitlab.com/gitlab-org/quality/nightly/issues/42 + # also failing in staging until the fix is picked into the next release: + # https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24533 + describe 'Commit data', :quarantine do before(:context) do Runtime::Browser.visit(:gitlab, Page::Main::Login) Page::Main::Login.perform(&:sign_in_using_credentials) -- GitLab