Commit 12c8cec2 authored by Tanya Pazitny's avatar Tanya Pazitny

Merge branch 'jsl-quarantine-geo-wiki-http-secondary-spec' into 'master'

Quarantine wiki http push to secondary spec

See merge request gitlab-org/gitlab!20252
parents 55ccdc74 b5340677
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Geo', :orchestrated, :geo do # https://gitlab.com/gitlab-org/gitlab/issues/35706
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab Geo Wiki HTTP push secondary' do describe 'GitLab Geo Wiki HTTP push secondary' do
let(:wiki_content) { 'This tests wiki pushes via HTTP to secondary.' } let(:wiki_content) { 'This tests wiki pushes via HTTP to secondary.' }
let(:push_content) { 'This is from the Geo wiki push to secondary!' } let(:push_content) { 'This is from the Geo wiki push to 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