Quarantine download MR patch and diff test suite

This commit is contained in:
Walmyr Lima 2019-05-07 15:12:46 +02:00
parent fb688545e5
commit 113e7efd4c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# frozen_string_literal: true
module QA
context 'Create' do
# https://gitlab.com/gitlab-org/quality/staging/issues/55
context 'Create', :quarantine do
describe 'Download merge request patch and diff' do
before(:context) do
Runtime::Browser.visit(:gitlab, Page::Main::Login)