diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index bc0dacda89..bfaeac2e98 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -50,8 +50,6 @@ function post_build_tests() { fi } -# Run the unit tests with an additional flag '-mod=vendor' to avoid -# downloading the deps in unit tests CI job function unit_tests() { report_go_test -race ./... || failed=1 }