diff --git a/test/runner/setup/remote.sh b/test/runner/setup/remote.sh index 250e1b55d54..c1dadd4288b 100644 --- a/test/runner/setup/remote.sh +++ b/test/runner/setup/remote.sh @@ -25,8 +25,6 @@ if [ "${platform}" = "freebsd" ]; then pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python elif [ "${platform}" = "rhel" ]; then - yum update -y - yum install -y \ gcc \ git \