From b334198e652b503d432832ec6f4faab7707d0eb4 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 2 Nov 2018 14:13:05 +0100 Subject: [PATCH] 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 --- integration/volume/volume_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/volume/volume_test.go b/integration/volume/volume_test.go index 24ceb439a0..f6ffb5eb50 100644 --- a/integration/volume/volume_test.go +++ b/integration/volume/volume_test.go @@ -20,7 +20,6 @@ import ( func TestVolumesCreateAndList(t *testing.T) { skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") - skip.If(t, testEnv.OSType == "windows", "FIXME") defer setupTest(t)() client := request.NewAPIClient(t) ctx := context.Background() @@ -77,7 +76,6 @@ func TestVolumesRemove(t *testing.T) { func TestVolumesInspect(t *testing.T) { skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") - skip.If(t, testEnv.OSType == "windows", "FIXME") defer setupTest(t)() client := request.NewAPIClient(t) ctx := context.Background()