浏览代码

Windows CI: test-unit turn off pkg\authorisation

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 年之前
父节点
当前提交
57faef5c71
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pkg/authorization/authz_unix_test.go

+ 5 - 0
pkg/authorization/authz_test.go → pkg/authorization/authz_unix_test.go

@@ -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 (