Skip to content

Commit fcbabaf

Browse files
committed
Disable running tests on push
1 parent 693f92d commit fcbabaf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tools/git/hooks/pre-push

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ main() {
9696
if [[ "$?" -ne 0 ]]; then
9797
on_error 1
9898
fi
99-
run_tests
100-
if [[ "$?" -ne 0 ]]; then
101-
on_error 1
102-
fi
99+
# FIXME: re-enable once we have written tooling to support running only those tests involving affected packages.
100+
# run_tests
101+
# if [[ "$?" -ne 0 ]]; then
102+
# on_error 1
103+
# fi
103104
cleanup
104105
exit 0
105106
}

0 commit comments

Comments
 (0)