From 2a5405bedd7c06ffc914ad576b83238533e4a4e0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 3 Jan 2019 12:46:56 +0100 Subject: [PATCH] Run volume-tests again remote daemons as well These tests should not require a local daemon; they may fail if the local and remote system's clocks are out of sync with more than a minute though, but that's something we should prevent from happening :-) Signed-off-by: Sebastiaan van Stijn --- integration/volume/volume_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/volume/volume_test.go b/integration/volume/volume_test.go index 4ee109e675..7bc33e9734 100644 --- a/integration/volume/volume_test.go +++ b/integration/volume/volume_test.go @@ -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()