From 7765576e09cdc04f57afe0bc71f100c234b104d2 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Sat, 16 Mar 2019 09:47:17 +1100 Subject: [PATCH] cmd/go: skip broken TestScript/build_acl_windows on arm Updates #30711 Change-Id: I280f7effaf488d5d9908d9d0cd1e0e99c22f91ca Reviewed-on: https://go-review.googlesource.com/c/go/+/167778 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/cmd/go/testdata/script/build_acl_windows.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/go/testdata/script/build_acl_windows.txt b/src/cmd/go/testdata/script/build_acl_windows.txt index 13a3ba226a..21b8879a11 100644 --- a/src/cmd/go/testdata/script/build_acl_windows.txt +++ b/src/cmd/go/testdata/script/build_acl_windows.txt @@ -1,4 +1,5 @@ [!windows] stop +[arm] skip # TODO(golang.org/issue/30711): Skip broken test. [!exec:icacls] skip [!exec:powershell] skip -- 2.50.0