Skip to content

Fix the unit tests in CI by removing -E option to sudo in unit tests

Zehao Chen requested to merge zchen723/fix-ci-unittests into master

Description

Fix the unit tests in CI

  • Removing the -E flag passed to sudo so the test won't use /root as home directory.

Merge request reports