Commit 74512a7b authored by Dan Davison's avatar Dan Davison

Merge branch 'ml-test-using-unique-tag' into 'master'

Test using a unique tag name

See merge request gitlab-org/gitlab!46199
parents 023fc646 acbda343
......@@ -90,7 +90,7 @@ module QA
tag = Resource::Tag.fabricate_via_api! do |tag|
tag.project = @project
tag.ref = 'master'
tag.name = 'test_tag'
tag.name = "test_tag_#{SecureRandom.hex(8)}"
end
expect_error_on_push(file: standard_file, tag: tag.name,
......
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