Sfoglia il codice sorgente

Windows CI: test-unit turn off pkg\authorisation

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 anni fa
parent
commit
57faef5c71
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 (