diff options
| author | Bryan C. Mills <bcmills@google.com> | 2020-04-08 11:57:53 -0400 |
|---|---|---|
| committer | Bryan C. Mills <bcmills@google.com> | 2020-04-08 18:59:28 +0000 |
| commit | 52dc1f42b3e30efd0a81f9c0315f9b5ed9f6ec4e (patch) | |
| tree | 79767d698c30a13d4472518d6f1180859a795b6b /src | |
| parent | d5e1b7ca68e2cc484d9a1517bdc0a9862936a1eb (diff) | |
| download | go-52dc1f42b3e30efd0a81f9c0315f9b5ed9f6ec4e.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/compile/internal/ssa/debug_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/ssa/debug_test.go b/src/cmd/compile/internal/ssa/debug_test.go index 28bb88a0c3..d68cb1ccc0 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; " |
