Merge pull request #20258 from Microsoft/jjh/testunit-authz

Windows CI: test-unit turn off pkg\authorisation
Upstream-commit: 27ab98e846b7737598686a6f80f01e29677bdb81
Component: engine
This commit is contained in:
Vincent Demeester
2016-02-12 08:33:20 +01:00

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 (