Revert "runtime: disable test for 78081"

This reverts commit bfa3dc4028.

Reason for revert: re-enabling the test, after CL 757343 is in.

Change-Id: I78ebb000b95a14f39fc1f62a1013bc83849a0a37
Reviewed-on: https://go-review.googlesource.com/c/go/+/757226
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
Keith Randall
2026-03-20 18:10:57 -07:00
committed by Gopher Robot
parent 5f5f4ccdb3
commit c60392da8b

View File

@@ -9,10 +9,6 @@ package main
import "runtime"
func main() {
if true {
// Disabled until CL 757343 is in.
return
}
runtime.GOMAXPROCS(2)
c := make(chan bool)
for i := 0; i < 16; i++ {