Skip to content

Commit

Permalink
chore(auraed): ignore tests that require kvm, and kernel/disk images
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormickt committed Aug 9, 2024
1 parent ed1eaa6 commit db6b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions auraed/src/vms/virtual_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ mod tests {
};

#[test]
#[ignore]
fn test_create_vm() {
let id = VmID::new("test_vm");
let spec = VmSpec {
Expand Down
1 change: 1 addition & 0 deletions auraed/tests/vms_start_must_start_vm_with_auraed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use proto::vms::{
mod common;

#[test_helpers_macros::shared_runtime_test]
#[ignore]
async fn vms_with_auraed() {
let vm_id = format!("ae-test-vm-{}", uuid::Uuid::new_v4());
let client = common::auraed_client().await;
Expand Down

0 comments on commit db6b8a7

Please sign in to comment.