Commit 882b1407 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'quarantine-open-fork-in-web-ide' into 'master'

Quarantine flaky open_fork_in_web_ide_spec.rb

See merge request gitlab-org/gitlab!81203
parents 79923940 2df93900
......@@ -2,7 +2,11 @@
module QA
RSpec.describe 'Create' do
describe 'Open a fork in Web IDE' do
describe 'Open a fork in Web IDE', quarantine: {
only: { subdomain: %i[canary production] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/347247",
type: :flaky
} do
let(:parent_project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'parent-project'
......
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