mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
b4842cfe88
commit
2a5405bedd
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestVolumesCreateAndList(t *testing.T) {
|
func TestVolumesCreateAndList(t *testing.T) {
|
||||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
|
||||||
defer setupTest(t)()
|
defer setupTest(t)()
|
||||||
client := testEnv.APIClient()
|
client := testEnv.APIClient()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestVolumesInspect(t *testing.T) {
|
func TestVolumesInspect(t *testing.T) {
|
||||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
|
||||||
defer setupTest(t)()
|
defer setupTest(t)()
|
||||||
client := testEnv.APIClient()
|
client := testEnv.APIClient()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
Loading…
Reference in a new issue