Commit 3990fb22 authored by Mek Stittri's avatar Mek Stittri

Merge branch 'unquarantine-parent-child-pipeline-specs' into 'master'

Unquarantine parent-child relationship specs

Closes #217250

See merge request gitlab-org/gitlab!35064
parents 66145cdf 762faf1e
# frozen_string_literal: true
module QA
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217250', type: :investigating } do
context 'Release', :docker do
describe 'Parent-child pipelines dependent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
......
# frozen_string_literal: true
module QA
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217250', type: :investigating } do
context 'Release', :docker do
describe 'Parent-child pipelines independent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |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