mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Enable volume tests on Windows
These tests don't seem to have anything Linux-specific, so enable them on Windows Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
05e18429cf
commit
b334198e65
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ import (
|
|||
|
||||
func TestVolumesCreateAndList(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
||||
skip.If(t, testEnv.OSType == "windows", "FIXME")
|
||||
defer setupTest(t)()
|
||||
client := request.NewAPIClient(t)
|
||||
ctx := context.Background()
|
||||
|
@ -77,7 +76,6 @@ func TestVolumesRemove(t *testing.T) {
|
|||
|
||||
func TestVolumesInspect(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
||||
skip.If(t, testEnv.OSType == "windows", "FIXME")
|
||||
defer setupTest(t)()
|
||||
client := request.NewAPIClient(t)
|
||||
ctx := context.Background()
|
||||
|
|
Loading…
Reference in a new issue