tests: Fix test_virtio_block_disable_io_uring()

This test wasn't actually disabling io_uring.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-01-06 17:50:39 +00:00
parent 49b49421d0
commit 28abe63f46

View File

@ -2910,7 +2910,7 @@ mod tests {
#[test]
fn test_virtio_block_disable_io_uring() {
_test_virtio_block(FOCAL_IMAGE_NAME, false)
_test_virtio_block(FOCAL_IMAGE_NAME, true)
}
#[test]