Commit 0aba0ed4 authored by Anastasia McDonald's avatar Anastasia McDonald

Skip quarantined open_fork_in_web_ide_spec

While leaving ability to run it manually on main
parent dd659ca9
......@@ -2,10 +2,13 @@
module QA
RSpec.describe 'Create' do
describe 'Open a fork in Web IDE', quarantine: {
describe 'Open a fork in Web IDE',
# TODO: remove limitation to only run on main when the test is fixed
only: { pipeline: :main },
quarantine: {
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/351696",
type: :flaky
} do
} 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