From eaa1708e703427a47f28eb198942f18b9d7237d8 Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 29 Feb 2016 09:03:16 -0800 Subject: [PATCH] Windows CI: Turning off pkg\symlink unit testing Signed-off-by: John Howard --- pkg/symlink/{fs_test.go => fs_unix_test.go} | 5 +++++ 1 file changed, 5 insertions(+) rename pkg/symlink/{fs_test.go => fs_unix_test.go} (98%) diff --git a/pkg/symlink/fs_test.go b/pkg/symlink/fs_unix_test.go similarity index 98% rename from pkg/symlink/fs_test.go rename to pkg/symlink/fs_unix_test.go index 89209484a3..7085c0b666 100644 --- a/pkg/symlink/fs_test.go +++ b/pkg/symlink/fs_unix_test.go @@ -1,3 +1,5 @@ +// +build !windows + // Licensed under the Apache License, Version 2.0; See LICENSE.APACHE package symlink @@ -10,6 +12,9 @@ import ( "testing" ) +// TODO Windows: This needs some serious work to port to Windows. For now, +// turning off testing in this package. + type dirOrLink struct { path string target string