From 06d7595dc131d4c7a1b74b983e807da17a5ec6e0 Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 11 Feb 2016 17:42:12 -0800 Subject: [PATCH] Windows CI: test-unit turn off pkg\authorisation Signed-off-by: John Howard --- authorization/{authz_test.go => authz_unix_test.go} | 5 +++++ 1 file changed, 5 insertions(+) rename authorization/{authz_test.go => authz_unix_test.go} (97%) diff --git a/authorization/authz_test.go b/authorization/authz_unix_test.go similarity index 97% rename from authorization/authz_test.go rename to authorization/authz_unix_test.go index 3a6a991..a2487ef 100644 --- a/authorization/authz_test.go +++ b/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 (