mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 12:27:34 +00:00
Currently, there are some unit tests that are failing on Windows due to various reasons: - Windows file permissions do not work the same way as the Linux ones. - cp does not exist on Windows, and xcopy should be used instead. - Get-Item does not work for hidden files / folders like AppData, but works if given the -Force flag.
798 B
798 B