We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099e215 commit 7dba691Copy full SHA for 7dba691
src/host/localhost.rs
@@ -579,6 +579,7 @@ mod tests {
579
580
#[test]
581
#[cfg(posix)]
582
+ #[cfg(not(feature = "isolated-tests"))]
583
fn test_host_localhost_new() {
584
let host: Localhost = Localhost::new(PathBuf::from("/dev")).ok().unwrap();
585
assert_eq!(host.wrkdir, PathBuf::from("/dev"));
@@ -622,6 +623,7 @@ mod tests {
622
623
624
625
626
627
fn test_host_localhost_change_dir() {
628
let mut host: Localhost = Localhost::new(PathBuf::from("/dev")).ok().unwrap();
629
let new_dir: PathBuf = PathBuf::from("/dev");
0 commit comments