Merge branch 'qa-quarantine-download-mr-patch-and-diff-test-suite' into 'master'
Quarantine download MR patch and diff test suite See merge request gitlab-org/gitlab-ce!28179
This commit is contained in:
commit
9d4450263f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module QA
|
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
|
describe 'Download merge request patch and diff' do
|
||||||
before(:context) do
|
before(:context) do
|
||||||
Runtime::Browser.visit(:gitlab, Page::Main::Login)
|
Runtime::Browser.visit(:gitlab, Page::Main::Login)
|
||||||
|
|
Loading…
Reference in a new issue