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() {
|
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 $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue