From 883d4e97249cade7b00d99995095afde05d9d9e5 Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Thu, 25 Jan 2024 15:50:18 +0200 Subject: [PATCH] re-enable mtu test on virtual cluster QEMU 8.2.0 introduce a fix to the kernel panic when allocation jumbo MTU so we can re-enable the test Signed-off-by: Sebastian Sch --- test/conformance/tests/test_sriov_operator.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/conformance/tests/test_sriov_operator.go b/test/conformance/tests/test_sriov_operator.go index 208ed2b9fc..714f6bc67a 100644 --- a/test/conformance/tests/test_sriov_operator.go +++ b/test/conformance/tests/test_sriov_operator.go @@ -1434,10 +1434,6 @@ var _ = Describe("[sriov] operator", func() { Context("MTU", func() { BeforeEach(func() { - if cluster.VirtualCluster() { - // https://bugzilla.redhat.com/show_bug.cgi?id=2214977 - Skip("Bug in IGB driver") - } var node string resourceName := "mturesource"