Skip to content

Commit

Permalink
re-enable mtu test on virtual cluster
Browse files Browse the repository at this point in the history
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 <sebassch@gmail.com>
  • Loading branch information
SchSeba committed Jan 25, 2024
1 parent bb34ac9 commit 883d4e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/conformance/tests/test_sriov_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 883d4e9

Please sign in to comment.