Skip to content

Fix alpine permission and refactor test

Tiffany Rea requested to merge 336314-fix-alpine-docker-permission into master

What does this MR do?

Fix alpine's issue #336314 (closed) - test browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb. The apk tool sometimes fells due to permission denied, but we don't necessary has to install agent all the time, so we should check if agent is installed first and skip the installation if it's there.

I also did some refactor around this test as well to keep it align with current style guide. But more importantly avoiding using tags = [qa, docker] due to #331753 (closed)

Does this MR meet the acceptance criteria?

Conformity

Related to #336314 (closed)

Edited by Tiffany Rea

Merge request reports

Loading