Commit 9cce15aa authored by Desiree Chevalier's avatar Desiree Chevalier

Add reliable tag to iteration e2e specs

parent c2bf084d
# 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