From 4abb2f9d5acb066c6a32178f7f6ecb07cf7a645a Mon Sep 17 00:00:00 2001 From: Adriano Cunha <35786489+adrcunha@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:32:42 -0800 Subject: [PATCH] Remove outdated TODOs (#2080) Issues #66 and #67 are now closed. --- test/presubmit-tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index 87fc3b239..28999a099 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -26,7 +26,4 @@ source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/presubmit-tests.sh # We use the default build, unit and integration test runners. -# TODO(#67): Add more build tests. -# TODO(#66): Add more unit tests. - main "$@"