Skip to content

Commit 5ec3138

Browse files
authored
Merge pull request moby#38481 from thaJeztah/run_volume_tests_remotely
Run volume-tests again remote daemons as well
2 parents 64fd09b + 2a5405b commit 5ec3138

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

2222
func TestVolumesCreateAndList(t *testing.T) {
23-
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
2423
defer setupTest(t)()
2524
client := testEnv.APIClient()
2625
ctx := context.Background()
@@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
7675
}
7776

7877
func TestVolumesInspect(t *testing.T) {
79-
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
8078
defer setupTest(t)()
8179
client := testEnv.APIClient()
8280
ctx := context.Background()

0 commit comments

Comments
 (0)