]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/ssa: skip TestNexting
authorBryan C. Mills <bcmills@google.com>
Wed, 8 Apr 2020 15:57:53 +0000 (11:57 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 8 Apr 2020 18:59:28 +0000 (18:59 +0000)
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>
src/cmd/compile/internal/ssa/debug_test.go

index 28bb88a0c3c3c7eb93c562e07c9f49c77a1128f0..d68cb1ccc0d42b24602d175f4007fc391e9def94 100644 (file)
@@ -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; "