]> Cypherpunks repositories - gostls13.git/commit
test: skip rangegen.go on 32-bit platforms
authorThan McIntosh <thanm@google.com>
Mon, 18 Dec 2023 21:00:06 +0000 (16:00 -0500)
committerThan McIntosh <thanm@google.com>
Mon, 18 Dec 2023 23:35:19 +0000 (23:35 +0000)
commit5b84d50038ae852e638631b0a7e71c719e41d240
tree901f20e35152e9a60ae897e980f01f03e636a501
parent4106de901a8efe914cda6f6c4e8d45ff8c115da4
test: skip rangegen.go on 32-bit platforms

Add a skip for this test that effectively disables it for 32-bit platforms,
so as to not run into timeouts or OOMs on smaller machines.

Fixes #64789.

Change-Id: I2d428e1dccae62b8bb1a69c5f95699692a282bbb
Reviewed-on: https://go-review.googlesource.com/c/go/+/550975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
test/rangegen.go