Commit 6fcb0e5a authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'qa-quarantine-geo-replication-project-snippets-spec' into 'master'

Quarantine failing geo_replication_project_snippets spec

See merge request gitlab-org/gitlab!44363
parents 8c5d20ed bc9f2249
# frozen_string_literal: true
module QA
RSpec.describe 'Geo', :orchestrated, :geo do
RSpec.describe 'Geo', :orchestrated, :geo, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/262103', type: :bug } do
describe 'Project snippet' do
let(:snippet_title) { "Geo project snippet-#{SecureRandom.hex(8)}" }
let(:snippet_description) { 'Geo snippet description' }
......
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