Commit 2df93900 authored by Anastasia McDonald's avatar Anastasia McDonald

Quarantine flaky open_fork_in_web_ide_spec.rb

See https://gitlab.com/gitlab-org/gitlab/-/issues/347247
parent d6caf0eb
......@@ -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