Commit ae183ce3 authored by Sanad Liaquat's avatar Sanad Liaquat

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

Quarantine failing Geo tests

See merge request gitlab-org/gitlab-ee!12824
parents 16870b86 3bf23e12
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/99
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'Geo Nodes API' do
before(:all) do
get_personal_access_token
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/99
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab Geo attachment replication' do
let(:file_to_attach) { File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif')) }
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/99
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab HTTP 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/99
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab Geo HTTP push 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.' }
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/99
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab Geo project rename replication' do
it 'user renames project' do
# create the project and push code
......
# frozen_string_literal: true
module QA
context 'Geo', :orchestrated, :geo do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/99
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/99
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