Commit 26cfa3c1 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-make-iterations-specs-reliable' into 'master'

Add reliable tag to iteration e2e specs

See merge request gitlab-org/gitlab!44202
parents d1336e51 9cce15aa
# frozen_string_literal: true
module QA
RSpec.describe 'Plan' do
RSpec.describe 'Plan', :reliable do
describe 'Assign Iterations' do
let!(:iteration) { EE::Resource::GroupIteration.fabricate_via_api! }
......
# frozen_string_literal: true
module QA
RSpec.describe 'Plan' do
RSpec.describe 'Plan', :reliable do
describe 'Group Iterations' do
include Support::Dates
......
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