We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e1842 commit b334198Copy full SHA for b334198
integration/volume/volume_test.go
@@ -20,7 +20,6 @@ import (
20
21
func TestVolumesCreateAndList(t *testing.T) {
22
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
23
- skip.If(t, testEnv.OSType == "windows", "FIXME")
24
defer setupTest(t)()
25
client := request.NewAPIClient(t)
26
ctx := context.Background()
@@ -77,7 +76,6 @@ func TestVolumesRemove(t *testing.T) {
77
76
78
func TestVolumesInspect(t *testing.T) {
79
80
81
82
83
0 commit comments