chore: clean useless unit test

This commit is contained in:
Xory 2024-09-22 18:31:46 +03:00
parent 424709de26
commit 0b7a3cbab5

View file

@ -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.
}
}