diff --git a/test/run b/test/run index 9db8932851c1..f601b980c6bf 100755 --- a/test/run +++ b/test/run @@ -41,7 +41,7 @@ case "${TEST_SCENARIO:=}" in PREPARE_OPTS="$PREPARE_OPTS --overlay" ;;& *updates-testing*) - bots/image-customize --fresh -v --run-command 'dnf -y update --enablerepo=updates-testing >&2' "$TEST_OS" + bots/image-customize --fresh -v --run-command 'dnf -y update --enablerepo=updates-testing --setopt=install_weak_deps=False >&2' "$TEST_OS" RUN_OPTS="$RUN_OPTS " PREPARE_OPTS="$PREPARE_OPTS --overlay" ;;&