Merge branch 'qa-ml-quarantine-diff-patch-spec' into 'master'
Quarantine diff patch spec See merge request gitlab-org/gitlab-ce!24769
This commit is contained in:
commit
244f4f5f52
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue