Windows CI: test-unit turn off pkg\authorisation

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 57faef5c71b90874f66f1e6b5d2e23591b205e28
Component: engine
This commit is contained in:
John Howard
2016-02-11 17:42:12 -08:00
parent 992182031d
commit 928ef805a9

View File

@ -1,3 +1,8 @@
// +build !windows
// TODO Windows: This uses a Unix socket for testing. This might be possible
// to port to Windows using a named pipe instead.
package authorization
import (