Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os/user: skip tests that create users when running on dev machines
Creating and deleting users is tricky to get right, and it's not something we want to do on a developer machine. This change skips the tests that create users when not running on a Go builder. This will fix #70396, although I still don't understand why the test user couldn't be recreated. Fixes #70396 Change-Id: Ie7004dc209f94e72152c7d6bd8ec95cc12c79757 Reviewed-on: https://go-review.googlesource.com/c/go/+/627877 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information