Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for netsh (0.02 sec)

  1. src/net/net_windows_test.go

    	if testenv.Builder() == "windows-arm64-10" {
    		// netsh was observed to sometimes hang on this builder.
    		// We have not observed failures on windows-arm64-11, so for the
    		// moment we are leaving the test enabled elsewhere on the theory
    		// that it may have been a platform bug fixed in Windows 11.
    		testenv.SkipFlaky(t, 52082)
    	}
    	out, err := runCmd("netsh", "help")
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top