mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Move test_virtio_pmem_persist_writes to sequential group
This test has been generating a flaky OOM situation when run in the parallel group. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
@@ -3793,11 +3793,6 @@ mod common_parallel {
|
||||
_test_virtio_fs(&prepare_virtiofsd, false, Some(15))
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_virtio_pmem_persist_writes() {
|
||||
test_virtio_pmem(false, false)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_virtio_pmem_discard_writes() {
|
||||
test_virtio_pmem(true, false)
|
||||
@@ -7957,6 +7952,11 @@ mod common_sequential {
|
||||
|
||||
handle_child_output(r, &output);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_virtio_pmem_persist_writes() {
|
||||
test_virtio_pmem(false, false)
|
||||
}
|
||||
}
|
||||
|
||||
mod windows {
|
||||
|
||||
Reference in New Issue
Block a user