Commit 47f4cdc 1 parent 643a025 commit 47f4cdc Copy full SHA for 47f4cdc
File tree 1 file changed +4
-0
lines changed
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;
5
5
use snapbox:: assert_data_eq;
6
6
7
7
#[ cargo_test]
8
+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
8
9
fn bash ( ) {
9
10
// HACK: At least on CI, bash is not working on macOS
10
11
if cfg ! ( target_os = "macos" ) {
@@ -30,6 +31,7 @@ fn bash() {
30
31
}
31
32
32
33
#[ cargo_test]
34
+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
33
35
fn elvish ( ) {
34
36
// HACK: At least on CI, elvish is not working on macOS
35
37
if cfg ! ( target_os = "macos" ) {
@@ -56,6 +58,7 @@ fn elvish() {
56
58
}
57
59
58
60
#[ cargo_test]
61
+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
59
62
fn fish ( ) {
60
63
// HACK: At least on CI, fish is not working on macOS
61
64
if cfg ! ( target_os = "macos" ) {
126
129
}
127
130
128
131
#[ cargo_test]
132
+ #[ ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545" ]
129
133
fn zsh ( ) {
130
134
let input = "cargo \t \t " ;
131
135
let expected = snapbox:: str![
You can’t perform that action at this time.
0 commit comments