File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ use completest_pty::Runtime;
55use snapbox:: assert_data_eq;
66
77#[ cargo_test]
8+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
89fn bash ( ) {
910 // HACK: At least on CI, bash is not working on macOS
1011 if cfg ! ( target_os = "macos" ) {
@@ -30,6 +31,7 @@ fn bash() {
3031}
3132
3233#[ cargo_test]
34+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
3335fn elvish ( ) {
3436 // HACK: At least on CI, elvish is not working on macOS
3537 if cfg ! ( target_os = "macos" ) {
@@ -56,6 +58,7 @@ fn elvish() {
5658}
5759
5860#[ cargo_test]
61+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
5962fn fish ( ) {
6063 // HACK: At least on CI, fish is not working on macOS
6164 if cfg ! ( target_os = "macos" ) {
126129}
127130
128131#[ cargo_test]
132+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
129133fn zsh ( ) {
130134 let input = "cargo \t \t " ;
131135 let expected = snapbox:: str![
You can’t perform that action at this time.
0 commit comments