diff --git a/src/lib.rs b/src/lib.rs index d3e2fb7..5cc4305 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,12 +62,3 @@ pub fn handle_client() { } } -#[cfg(test)] -mod tests { - use super::*; - - #[test] - fn test_disk_locator() { - assert_eq!(get_block_devices(), vec!["vda".to_string()] || vec!["sda".to_string()]) // Don't worry! This is *supposed* to not pass CI/CD. It should only be tested on QEMU/KVM Virtual Machines. - } -}