Windows CI: Turning off pkg\symlink unit testing

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-02-29 09:03:16 -08:00
parent c0c10daebf
commit eaa1708e70

View file

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