Commit bab8758e authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'requarantine_npm_package_qa' into 'master'

Requarantine failing QA spec

See merge request gitlab-org/gitlab!74670
parents 78728fd9 24c74a99
......@@ -133,7 +133,7 @@ module QA
end
end
it "push and pull a npm package via CI using a #{params[:token_name]}" do
it "push and pull a npm package via CI using a #{params[:token_name]}", quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344537', type: :investigating } do
Resource::Repository::Commit.fabricate_via_api! do |commit|
commit.project = project
commit.commit_message = 'Add .gitlab-ci.yml'
......
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