Browse code

Enable volume tests on Windows

These tests don't seem to have anything Linux-specific,
so enable them on Windows

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2018/11/02 22:13:05
Showing 1 changed files
... ...
@@ -20,7 +20,6 @@ import (
20 20
 
21 21
 func TestVolumesCreateAndList(t *testing.T) {
22 22
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
23
-	skip.If(t, testEnv.OSType == "windows", "FIXME")
24 23
 	defer setupTest(t)()
25 24
 	client := request.NewAPIClient(t)
26 25
 	ctx := context.Background()
... ...
@@ -77,7 +76,6 @@ func TestVolumesRemove(t *testing.T) {
77 77
 
78 78
 func TestVolumesInspect(t *testing.T) {
79 79
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
80
-	skip.If(t, testEnv.OSType == "windows", "FIXME")
81 80
 	defer setupTest(t)()
82 81
 	client := request.NewAPIClient(t)
83 82
 	ctx := context.Background()