Skip to content

Commit a3968a4

Browse files
committed
apidiff: skip TestChanges
Temporarily skip running TestChanges. A recent compiler change causes apidiff to panic. Skipping until we have time to analyze properly. Change-Id: I4fdd0fdc6c2de5a8afd5f401537018903bf69fe7 Reviewed-on: https://go-review.googlesource.com/c/exp/+/442357 Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 1721192 commit a3968a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apidiff/apidiff_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
)
1818

1919
func TestChanges(t *testing.T) {
20+
t.Skip("broken by go1.20-pre3 compiler: see https://go.dev/issue/56162")
2021
dir, err := os.MkdirTemp("", "apidiff_test")
2122
if err != nil {
2223
t.Fatal(err)

0 commit comments

Comments
 (0)