mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
tests: Temporarily disable test_vdpa_net
This test is consistently failing after the on demand worker kernel
upgrade.
See: #5756
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
(cherry picked from commit 367201ed1e
)
This commit is contained in:
parent
8d8791c95d
commit
5dc1668927
@ -6646,6 +6646,7 @@ mod common_parallel {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_arch = "x86_64")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
|
#[ignore = "See #5756"]
|
||||||
fn test_vdpa_net() {
|
fn test_vdpa_net() {
|
||||||
// Before trying to run the test, verify the vdpa_sim_net module is correctly loaded.
|
// Before trying to run the test, verify the vdpa_sim_net module is correctly loaded.
|
||||||
if !exec_host_command_status("lsmod | grep vdpa_sim_net").success() {
|
if !exec_host_command_status("lsmod | grep vdpa_sim_net").success() {
|
||||||
|
Loading…
Reference in New Issue
Block a user