Commit 9f1c66aa authored by Ramya Authappan's avatar Ramya Authappan

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

De-quarantine passing Geo specs

Closes gitlab-org/quality/nightly#78 and gitlab-org/quality/nightly#77

See merge request gitlab-org/gitlab-ee!9845
parents 40a65893 822f95e2
......@@ -5,8 +5,7 @@ module QA
describe 'GitLab HTTP push' do
let(:file_name) { 'README.md' }
# https://gitlab.com/gitlab-org/quality/nightly/issues/77
context 'regular git commit', :quarantine do
context 'regular git commit' do
it 'is replicated to the secondary' do
file_content = 'This is a Geo project! Commit from primary.'
......
# frozen_string_literal: true
module QA
# https://gitlab.com/gitlab-org/quality/nightly/issues/78
context 'Geo', :orchestrated, :geo, :quarantine do
context 'Geo', :orchestrated, :geo 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