diff --git a/tests/p_rpm/rpm_remove_pkg_test.sh b/tests/p_rpm/rpm_remove_pkg_test.sh
index a18900e..ab85c7c 100755
--- a/tests/p_rpm/rpm_remove_pkg_test.sh
+++ b/tests/p_rpm/rpm_remove_pkg_test.sh
@@ -10,3 +10,6 @@ rpm -e zsh && \
 rpm -q zsh | grep -q 'package zsh is not installed'
 
 t_CheckExitStatus $?
+
+t_Log "Clean yum metadata / cache"
+yum -y clean all