Commit 03045698 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-ml-skip-after-hook-if-group-is-nil' into 'master'

Don't try to delete nonexistent group

See merge request gitlab-org/gitlab-ee!14482
parents c1bc2fcb 09443020
......@@ -106,8 +106,9 @@ module QA
end
end
end
after(:all) do
remove_group(@group)
remove_group(@group) unless @group.nil?
end
end
......
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