Commit 61a2d19f authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'ashmckenzie/un-quarantine-geo-ssh-push-to-secondary' into 'master'

Geo: Unquarantine Geo SSH push to secondary QA tests

Closes gitlab-org/quality/nightly#123

See merge request gitlab-org/gitlab-ee!15351
parents 7a9e0a63 9b57afc9
# frozen_string_literal: true
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/123
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