Commit e1201d0a authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'quarantine-delete-issue-board-spec' into 'master'

Quarantine delete group issue board spec

See merge request gitlab-org/gitlab!19227
parents b05011e6 850a8036
......@@ -3,7 +3,8 @@
require 'securerandom'
module QA
context 'Plan' do
# Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/34936
context 'Plan', :quarantine do
describe 'Group issue boards' do
let(:board_1) { "Board-1-#{SecureRandom.hex(4)}" }
let(:board_2) { "Board-2-#{SecureRandom.hex(4)}" }
......
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