]> Cypherpunks repositories - gostls13.git/commit
cmd/api: skip TestIssue21181
authorRuss Cox <rsc@golang.org>
Fri, 19 May 2023 01:24:07 +0000 (21:24 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 19 May 2023 01:36:29 +0000 (01:36 +0000)
commite95982fe306da84ef6e9b90293d4adb95cbfec26
tree5869a6a786912c68b198507425844933ce8d26b6
parent3ca52f4c319e56986586e3d519924876320b29fb
cmd/api: skip TestIssue21181

It is incredibly slow, taking half as long as the regular cmd/api checks
and over 5 minutes on plan9-arm. Leave it for the longtest builders.

Change-Id: Ic8bd420f174268d0b6a13d84e7bd364f6c13cf41
Reviewed-on: https://go-review.googlesource.com/c/go/+/496375
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/api/api_test.go