diff --git a/test/fixedbugs/issue10958.go b/test/fixedbugs/issue10958.go index 9c258a0bce..2b76694138 100644 --- a/test/fixedbugs/issue10958.go +++ b/test/fixedbugs/issue10958.go @@ -1,4 +1,4 @@ -// +build !nacl +// +build !nacl,disabled_see_issue_18589 // buildrun -t 10 -gcflags=-d=ssa/insert_resched_checks/on,ssa/check/on // Copyright 2016 The Go Authors. All rights reserved.