We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64fd09b + 2a5405b commit 5ec3138Copy full SHA for 5ec3138
integration/volume/volume_test.go
@@ -20,7 +20,6 @@ import (
20
)
21
22
func TestVolumesCreateAndList(t *testing.T) {
23
- skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
24
defer setupTest(t)()
25
client := testEnv.APIClient()
26
ctx := context.Background()
@@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
76
75
}
77
78
func TestVolumesInspect(t *testing.T) {
79
80
81
82
0 commit comments