chore: skip integration tests for now (#780)

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2022-01-25 10:16:49 -05:00 committed by GitHub
parent d478f555cc
commit c58fcb7a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -48,13 +48,13 @@ function unit_tests() {
} }
function integration_tests() { function integration_tests() {
header "Running func integration tests" header "Skipping func integration tests"
make test-integration || failed=1 # make test-integration || failed=1
if (( failed )); then # if (( failed )); then
results_banner "Integration tests failed" # results_banner "Integration tests failed"
exit ${failed} # exit ${failed}
fi # fi
} }
main $@ main $@