Commit c2cc11e2 authored by Mark Lapierre's avatar Mark Lapierre

Quarantine failing ssh key tests

parent 9039fd94
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/84
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab SSH push' do
let(:file_name) { 'README.md' }
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/84
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