diff --git a/tests/0_common/50_test_comps.sh b/tests/0_common/50_test_comps.sh index 76b3037..650172b 100755 --- a/tests/0_common/50_test_comps.sh +++ b/tests/0_common/50_test_comps.sh @@ -3,10 +3,10 @@ t_Log "Running $0 - testing comps.xml groups" -if [ "$CONTAINERTEST" -eq "1" ]; then - t_Log "Running in container -> SKIP" - exit 0 -fi +#if [ "$CONTAINERTEST" -eq "1" ]; then +# t_Log "Running in container -> SKIP" +# exit 0 +#fi if [ "$centos_ver" -eq "7" ]; then t_Log "CentOS $centos_ver -> SKIP"