wmi icon indicating copy to clipboard operation
wmi copied to clipboard

go test hangs

Open maruel opened this issue 7 years ago • 0 comments

I wanted to contribute a change but I couldn't run unit tests...

On go 1.10.1 (built myself)

go get github.com/StackExchange/wmi
go test github.com/StackExchange/wmi

@cdffdb33acae0e14efff

Expected: Tests pass quickly.

Actual: Tests hang.

Running with -v prints out error about exception in GetMemoryUsage.

maruel avatar Apr 17 '18 15:04 maruel