Просмотр исходного кода

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>
Sebastiaan van Stijn 6 лет назад
Родитель
Сommit
b334198e65
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      integration/volume/volume_test.go

+ 0 - 2
integration/volume/volume_test.go

@@ -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")
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
-	skip.If(t, testEnv.OSType == "windows", "FIXME")
 	defer setupTest(t)()
 	defer setupTest(t)()
 	client := request.NewAPIClient(t)
 	client := request.NewAPIClient(t)
 	ctx := context.Background()
 	ctx := context.Background()
@@ -77,7 +76,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")
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
-	skip.If(t, testEnv.OSType == "windows", "FIXME")
 	defer setupTest(t)()
 	defer setupTest(t)()
 	client := request.NewAPIClient(t)
 	client := request.NewAPIClient(t)
 	ctx := context.Background()
 	ctx := context.Background()