Browse code

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 <github@gone.nl>

Sebastiaan van Stijn authored on 2019/01/03 20:46:56
Showing 1 changed files
... ...
@@ -20,7 +20,6 @@ import (
20 20
 )
21 21
 
22 22
 func TestVolumesCreateAndList(t *testing.T) {
23
-	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
24 23
 	defer setupTest(t)()
25 24
 	client := testEnv.APIClient()
26 25
 	ctx := context.Background()
... ...
@@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
76 76
 }
77 77
 
78 78
 func TestVolumesInspect(t *testing.T) {
79
-	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
80 79
 	defer setupTest(t)()
81 80
 	client := testEnv.APIClient()
82 81
 	ctx := context.Background()