1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #38481 from thaJeztah/run_volume_tests_remotely

Run volume-tests again remote daemons as well
This commit is contained in:
Brian Goff 2019-01-15 14:09:18 -08:00 committed by GitHub
commit 5ec31380a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ import (
)
func TestVolumesCreateAndList(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
defer setupTest(t)()
client := testEnv.APIClient()
ctx := context.Background()
@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
}
func TestVolumesInspect(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
defer setupTest(t)()
client := testEnv.APIClient()
ctx := context.Background()