Commit bc9f2249 authored by Anastasia McDonald's avatar Anastasia McDonald

Quarantine failing geo_replication_project_snippets spec

See https://gitlab.com/gitlab-org/gitlab/-/issues/262103 for information
parent 2f5f1fd5
# 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