mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
ci: Ignore test_snapshot_restore
The newly added integration test "test_snapshot_restore" is very unstable, which causes our CI to fail on most pull requests, which is not acceptable. That's why we ignore this test until we can fix the stability issue. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
9ebf052538
commit
3e8a6ba0c0
@ -4046,6 +4046,7 @@ mod tests {
|
||||
// One thing to note about this test. The virtio-net device is heavily used
|
||||
// through each ssh command. There's no need to perform a dedicated test to
|
||||
// verify the migration went well for virtio-net.
|
||||
#[ignore]
|
||||
#[cfg_attr(feature = "mmio", test)]
|
||||
fn test_snapshot_restore() {
|
||||
test_block!(tb, "", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user