From 52dc1f42b3e30efd0a81f9c0315f9b5ed9f6ec4e Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 8 Apr 2020 11:57:53 -0400 Subject: [PATCH] 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 --- src/cmd/compile/internal/ssa/debug_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/compile/internal/ssa/debug_test.go b/src/cmd/compile/internal/ssa/debug_test.go index 28bb88a0c3c..d68cb1ccc0d 100644 --- a/src/cmd/compile/internal/ssa/debug_test.go +++ b/src/cmd/compile/internal/ssa/debug_test.go @@ -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; "