From a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 8 May 2019 15:21:33 -0500 Subject: split remote tests from distro tests We want the remote tests for our distributions to be tested in a different VM than the local tests. This allows for faster CI runs and easier debug as well as seperation of flakes. Signed-off-by: baude --- test/e2e/info_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e/info_test.go') diff --git a/test/e2e/info_test.go b/test/e2e/info_test.go index ca4012dde..c960fb311 100644 --- a/test/e2e/info_test.go +++ b/test/e2e/info_test.go @@ -24,7 +24,6 @@ var _ = Describe("Podman Info", func() { } podmanTest = PodmanTestCreate(tempdir) podmanTest.Setup() - podmanTest.DelayForVarlink() }) AfterEach(func() { -- cgit v1.2.3-54-g00ecf