Commit 61cc438e authored by Walmyr Lima's avatar Walmyr Lima

Quarantine test due to bug in code

parent 8076bb38
# frozen_string_literal: true
module QA
context 'Plan', :reliable do
context 'Plan', :reliable, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/208021', type: :bug } do
describe 'Editing scoped labels on issues' do
let(:initial_label) { 'animal::fox' }
let(:new_label_same_scope) { 'animal::dolphin' }
......
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