diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index d675cdfa59..2a4c660db8 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -33,8 +33,11 @@ test_image_content() { ) for dir in "${blacklist_dirs[@]}"; do if [ -d "$dir" ]; then - error "test_image_content: Blacklisted directory found: $dir" - returncode=1 + warn "test_image_content: Blacklisted directory found: $dir" + # Only a warning for now, size isn't important enough to kill time + # playing whack-a-mole on things like this this yet. + #error "test_image_content: Blacklisted directory found: $dir" + #returncode=1 fi done