Commit 8d26e2bd authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-nightly-quarantine-geo-tests' into 'master'

Quarantine GEO tests

See merge request gitlab-org/gitlab-ee!9589
parents 749c7723 f78f6c81
......@@ -5,7 +5,8 @@ module QA
describe 'GitLab HTTP push' do
let(:file_name) { 'README.md' }
context 'regular git commit' do
# https://gitlab.com/gitlab-org/quality/nightly/issues/77
context 'regular git commit', :quarantine do
it 'is replicated to the secondary' do
file_content = 'This is a Geo project! Commit from primary.'
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# https://gitlab.com/gitlab-org/quality/nightly/issues/78
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab SSH push to secondary' do
let(:file_content_primary) { 'This is a Geo project! Commit from primary.' }
let(:file_content_secondary) { 'This is a Geo project! Commit from secondary.' }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment