aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
diff options
context:
space:
mode:
authorRoland Shoemaker <roland@golang.org>2021-11-17 13:03:13 -0800
committerRoland Shoemaker <roland@golang.org>2021-11-17 21:25:16 +0000
commita218365faeed6d62d3becabf0c8700f0e0b3a734 (patch)
treeaff6f597b751975d573883919e19903094fa20db /src/cmd/go
parent9a33945f2cc4b2108defdcdea80dc0ebe5af3c24 (diff)
downloadgo-a218365faeed6d62d3becabf0c8700f0e0b3a734.tar.gz
go-a218365faeed6d62d3becabf0c8700f0e0b3a734.zip
cmd/go: skip broken fuzz test
For #49047 Change-Id: If06ce033f7bfd23d640311f1be261afab8332028 Reviewed-on: https://go-review.googlesource.com/c/go/+/364758 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/cmd/go')
-rw-r--r--src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt b/src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
index 3764dcb915..5b1e26be24 100644
--- a/src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
+++ b/src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
@@ -1,3 +1,5 @@
+skip # https://golang.org/issue/49047
+
# TODO(jayconrod): support shared memory on more platforms.
[!darwin] [!linux] [!windows] skip