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> (cherry picked from commit b334198e652b503d432832ec6f4faab7707d0eb4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: e8eb3ca4eef1c913563195787eb1f2527c9febf3 Component: engine
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user