Skip to content

Commit b351c27

Browse files
authored
Merge pull request #1647 from EliahKagan/ptyprocess-targets-next
Remove inactive `username_password_not_available` test
2 parents 35d4d9f + 1fc1471 commit b351c27

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gix-prompt/tests/prompt.rs

-5
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,4 @@ mod ask {
6363
p.expect("\" password with space \"").unwrap();
6464
p.expect(expectrl::Eof).unwrap();
6565
}
66-
67-
#[test]
68-
#[cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "macos")))]
69-
#[ignore]
70-
fn username_password_not_available() {}
7166
}

0 commit comments

Comments
 (0)