]> Cypherpunks repositories - gostls13.git/commit
cmd/api: skip 3 non-TestCheck tests in -check mode
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 29 Apr 2025 03:28:20 +0000 (23:28 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 2 May 2025 17:06:27 +0000 (10:06 -0700)
commitf760e1fe494681297c5f050b646b5bcde9c71662
tree2c8a1f09672fe17ff82642f21089d75163afe4fa
parent1cc624fd6265abe16de78e9cd84272435156aa72
cmd/api: skip 3 non-TestCheck tests in -check mode

TestIssue64958 takes a while, so it's not worth running both without
and with -check flag. The others are fast, but there's still no good
reason to run anything but TestCheck when the -check flag is on.

Change-Id: I13ebb90e3c863006f21441909b05364e1b316ed6
Reviewed-on: https://go-review.googlesource.com/c/go/+/668656
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/api/api_test.go