mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
tests: Temporarily disable vhost_user_blk tests on aarch64
See: #5934
Signed-off-by: Bo Chen <chen.bo@intel.com>
(cherry picked from commit 62db13ba0e
)
This commit is contained in:
parent
b6945b649a
commit
7026a08569
@ -3405,16 +3405,19 @@ mod common_parallel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_arch = "aarch64"))]
|
||||||
fn test_vhost_user_blk_default() {
|
fn test_vhost_user_blk_default() {
|
||||||
test_vhost_user_blk(2, false, false, Some(&prepare_vubd))
|
test_vhost_user_blk(2, false, false, Some(&prepare_vubd))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_arch = "aarch64"))]
|
||||||
fn test_vhost_user_blk_readonly() {
|
fn test_vhost_user_blk_readonly() {
|
||||||
test_vhost_user_blk(1, true, false, Some(&prepare_vubd))
|
test_vhost_user_blk(1, true, false, Some(&prepare_vubd))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_arch = "aarch64"))]
|
||||||
fn test_vhost_user_blk_direct() {
|
fn test_vhost_user_blk_direct() {
|
||||||
test_vhost_user_blk(1, false, true, Some(&prepare_vubd))
|
test_vhost_user_blk(1, false, true, Some(&prepare_vubd))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user