mirror of
https://github.com/golang/go
synced 2024-11-17 06:04:47 -07:00
cmd/compile/internal/ssa: skip TestNexting
This test is currently flaky in the builders. Skip it while we investigate. For #37404 Change-Id: I53721d383a4cafbe8d031ed25a3b1be2ae8b4285 Reviewed-on: https://go-review.googlesource.com/c/go/+/227587 Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
d5e1b7ca68
commit
52dc1f42b3
@ -95,6 +95,8 @@ var optimizedLibs = (!strings.Contains(gogcflags, "-N") && !strings.Contains(gog
|
||||
// go test debug_test.go -args -u -d
|
||||
|
||||
func TestNexting(t *testing.T) {
|
||||
testenv.SkipFlaky(t, 37404)
|
||||
|
||||
skipReasons := "" // Many possible skip reasons, list all that apply
|
||||
if testing.Short() {
|
||||
skipReasons = "not run in short mode; "
|
||||
|
Loading…
Reference in New Issue
Block a user