Commit c352fda5 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-untag-merge-when-pipeline-succeeds-as-smoke' into 'master'

Remove smoke tag from MWPS e2e test

See merge request gitlab-org/gitlab!58870
parents 7d0a9c11 bcd5e9ad
......@@ -46,7 +46,7 @@ module QA
project&.remove_via_api!
end
it 'merges when pipeline succeeds', :smoke, testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1684' do
it 'merges when pipeline succeeds', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1684' do
branch_name = "merge-request-test-#{SecureRandom.hex(8)}"
# Create a branch that will be merged into the default branch
......
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