diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 4edb4ece..ebd33cd0 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -157,16 +157,6 @@ echo "----------------------------------------" # Check the database and fail if it is broken. make db-check-${XRAY_SETTINGS} -if [[ $EXTRAS_HARNESS_RET != 0 ]] ; then - echo "A failure occurred during extra harnesses generation." - exit $EXTRAS_HARNESS_RET -fi - -if [[ $EXTRAS_PARTS_RET != 0 ]] ; then - echo "A failure occurred during extra parts generation." - exit $EXTRAS_PARTS_RET -fi - echo echo "========================================" echo " Testing HTML generation"