Commit 4ec3145c authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-skip-open-fork-in-web-ide' into 'master'

Skip quarantined open_fork_in_web_ide_spec

See merge request gitlab-org/gitlab!83789
parents 8cc3acdd 0aba0ed4
......@@ -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