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:
@ -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 (
|
||||
Reference in New Issue
Block a user