瀏覽代碼

Windows CI: Turning off pkg\symlink unit testing

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 年之前
父節點
當前提交
eaa1708e70
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pkg/symlink/fs_unix_test.go

+ 5 - 0
pkg/symlink/fs_test.go → pkg/symlink/fs_unix_test.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 // Licensed under the Apache License, Version 2.0; See LICENSE.APACHE
 // Licensed under the Apache License, Version 2.0; See LICENSE.APACHE
 
 
 package symlink
 package symlink
@@ -10,6 +12,9 @@ import (
 	"testing"
 	"testing"
 )
 )
 
 
+// TODO Windows: This needs some serious work to port to Windows. For now,
+// turning off testing in this package.
+
 type dirOrLink struct {
 type dirOrLink struct {
 	path   string
 	path   string
 	target string
 	target string