diff --git a/tests/0_common/50_test_comps.sh b/tests/0_common/50_test_comps.sh
index 68e607c..1fb683b 100755
--- a/tests/0_common/50_test_comps.sh
+++ b/tests/0_common/50_test_comps.sh
@@ -3,6 +3,11 @@
 
 t_Log "Running $0 - testing comps.xml groups"
 
+if [ "$centos_ver" -eq "7" ]; then
+    t_Log "CentOS $centos_ver -> SKIP"
+    exit 0
+fi
+
 # Get **all** the group IDs
 ALL_GROUPS=`dnf group list -v --hidden | grep '^   ' | sed 's/.*(\(.*\))$/\1/'`