Commit a5549ae3 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-group-iterations-spec-fix' into 'master'

Separate iteration tests into their own groups

Closes #249173

See merge request gitlab-org/gitlab!42262
parents cf2dba7d 721c0d2b
......@@ -9,7 +9,9 @@ module QA
attr_accessor :title
attribute :group do
QA::Resource::Group.fabricate_via_api!
QA::Resource::Group.fabricate_via_api! do |group|
group.path = "group-to-test-iterations-#{SecureRandom.hex(8)}"
end
end
attribute :id
......
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