From e78e66c5b9a103f577df155b3f61130cfc718d0f Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 27 Apr 2020 15:28:01 -0500 Subject: enable volume integration tests enabled integration tests for volumes. there are two exceptions that still need work because of something not yet implemented. also, add code to deal with the fact that containers conf appears to set a local volume driver where it used to be simply blank. Signed-off-by: Brent Baude --- test/e2e/volume_inspect_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e/volume_inspect_test.go') diff --git a/test/e2e/volume_inspect_test.go b/test/e2e/volume_inspect_test.go index 1197fa552..5015e0535 100644 --- a/test/e2e/volume_inspect_test.go +++ b/test/e2e/volume_inspect_test.go @@ -17,7 +17,6 @@ var _ = Describe("Podman volume inspect", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) -- cgit v1.2.3-54-g00ecf