mirror of https://github.com/knative/func.git
chore: skip integration tests for now (#780)
Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
d478f555cc
commit
c58fcb7a9f
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue