Closed

Description
#24573 is closed, but it has all the information. -count=1
to most people does not mean -no-cache
. It's just not intuitive.
This is a request to implement -no-cache
flag on go test so that this kind of behavior isn't hidden from users.
Alternatively (backwards incompatible), since caching of test results is a bit surprising, instead allow uses to decide to cache or not explicitly with -cache
flag, and set the default to not cache.