diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 620b24e2d..f5d7d8154 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -184,12 +184,6 @@ time cargo test --features "integration_tests" "$@" -- --nocapture EOF RES=$? -# Try the VFIO test but ignore the result -newgrp kvm << EOF -export RUST_BACKTRACE=1 -time cargo test --features "integration_tests" test_vfio -- --nocapture --ignored -EOF - if [ $RES -eq 0 ]; then # virtio-mmio based testing cargo build --release --no-default-features --features "mmio" diff --git a/src/main.rs b/src/main.rs index 176736dca..86e3dc81a 100755 --- a/src/main.rs +++ b/src/main.rs @@ -3878,7 +3878,6 @@ mod tests { // its cloud-hypervisor host, we should be able to ssh into it, and verify // that it's running with the right kernel command line (We tag the command // line from cloud-hypervisor for that purpose). - #[cfg_attr(not(feature = "mmio"), ignore)] fn test_vfio() { test_block!(tb, "", { let mut clear = ClearDiskConfig::new();