Codebase list golang-golang-x-sys / dee7805
windows: skip TestWinVerifyTrust This test is failing (with different failure modes) on two different builders. Adding a skip until it can be made more robust. For golang/go#49651 For golang/go#49266 Updates golang/go#46906 Change-Id: I0fdd0e6f729c37e234b62b65abc53003eb8834f0 Reviewed-on: https://go-review.googlesource.com/c/sys/+/364794 Trust: Bryan C. Mills <bcmills@google.com> Trust: Patrik Nyblom <pnyb@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Patrik Nyblom <pnyb@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Bryan C. Mills 2 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
626626 }
627627
628628 func TestWinVerifyTrust(t *testing.T) {
629 t.Skip("skipping fragile test; see https://golang.org/issue/49266 and https://golang.org/issue/49651")
630
629631 system32, err := windows.GetSystemDirectory()
630632 if err != nil {
631633 t.Errorf("unable to find system32 directory: %v", err)