Skip to content

Commit dee7805

Browse files
author
Bryan C. Mills
committed
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 <[email protected]> Trust: Patrik Nyblom <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Patrik Nyblom <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 0a5406a commit dee7805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows/syscall_windows_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ func TestCommandLineRecomposition(t *testing.T) {
627627
}
628628

629629
func TestWinVerifyTrust(t *testing.T) {
630+
t.Skip("skipping fragile test; see https://golang.org/issue/49266 and https://golang.org/issue/49651")
631+
630632
system32, err := windows.GetSystemDirectory()
631633
if err != nil {
632634
t.Errorf("unable to find system32 directory: %v", err)

0 commit comments

Comments
 (0)