Skip to content

Commit b334198

Browse files
committed
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>
1 parent 05e1842 commit b334198

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎integration/volume/volume_test.go‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020

2121
func TestVolumesCreateAndList(t *testing.T) {
2222
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
23-
skip.If(t, testEnv.OSType == "windows", "FIXME")
2423
defer setupTest(t)()
2524
client := request.NewAPIClient(t)
2625
ctx := context.Background()
@@ -77,7 +76,6 @@ func TestVolumesRemove(t *testing.T) {
7776

7877
func TestVolumesInspect(t *testing.T) {
7978
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
80-
skip.If(t, testEnv.OSType == "windows", "FIXME")
8179
defer setupTest(t)()
8280
client := request.NewAPIClient(t)
8381
ctx := context.Background()

0 commit comments

Comments
 (0)