mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Add TODO lines for windows
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
@ -354,6 +354,7 @@ func TestDaemonVolumesBindsRefs(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDaemonKeyGeneration(t *testing.T) {
|
||||
// TODO: skip or update for Windows daemon
|
||||
os.Remove("/etc/docker/key.json")
|
||||
d := NewDaemon(t)
|
||||
if err := d.Start(); err != nil {
|
||||
|
Reference in New Issue
Block a user