Quarantine failing test
See: 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
This commit is contained in:
parent
fda30abdb2
commit
58ec656bec
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