chore: clean useless unit test
This commit is contained in:
parent
424709de26
commit
0b7a3cbab5
1 changed files with 0 additions and 9 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue