diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index 89c5a9726..4de2fd259 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -48,13 +48,13 @@ function unit_tests() { } function integration_tests() { - header "Running func integration tests" - make test-integration || failed=1 + header "Skipping func integration tests" + # make test-integration || failed=1 - if (( failed )); then - results_banner "Integration tests failed" - exit ${failed} - fi + # if (( failed )); then + # results_banner "Integration tests failed" + # exit ${failed} + # fi } main $@