Commit 822f95e2 authored by Sanad Liaquat's avatar Sanad Liaquat

De-quarantine passing Geo specs

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