From 7be8ff56445723a5547602435a1f59e07bc74775 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 12 Jan 2023 18:21:53 +0100 Subject: [PATCH] unskip network update test They should work with the new VM images. Signed-off-by: Paul Holzinger --- test/e2e/run_networking_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/run_networking_test.go b/test/e2e/run_networking_test.go index 377f229aa6..3880fbc5b5 100644 --- a/test/e2e/run_networking_test.go +++ b/test/e2e/run_networking_test.go @@ -44,8 +44,6 @@ var _ = Describe("Podman run networking", func() { }) It("podman verify network scoped DNS server and also verify updating network dns server", func() { - // TODO: Unskip after https://github.com/containers/podman/pull/16525 - Skip("TODO: unskip after https://github.com/containers/podman/pull/16525") // Following test is only functional with netavark and aardvark SkipIfCNI(podmanTest) net := createNetworkName("IntTest") @@ -90,7 +88,6 @@ var _ = Describe("Podman run networking", func() { session.WaitWithDefaultTimeout() Expect(session).Should(Exit(1)) Expect(session.OutputToString()).To(ContainSubstring(";; connection timed out; no servers could be reached")) - }) It("podman run network connection with default bridge", func() {