Commit ae04baf1 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa/quarantine-ee-geo-e2e-test' into 'master'

Quarantine ee geo end-to-end test

See merge request gitlab-org/gitlab-ee!14339
parents 2e90abfc 1d2434ba
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Geo', :orchestrated, :geo do # https://gitlab.com/gitlab-org/quality/nightly/issues/109
context 'Geo', :orchestrated, :geo, :quarantine do
describe 'GitLab Geo attachment replication' do describe 'GitLab Geo attachment replication' do
let(:file_to_attach) { File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif')) } let(:file_to_attach) { File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif')) }
......
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