Skip to content

Commit 47f4cdc

Browse files
committed
Disable the shell_completions tests
1 parent 643a025 commit 47f4cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/shell_completions.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use completest_pty::Runtime;
55
use snapbox::assert_data_eq;
66

77
#[cargo_test]
8+
#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"]
89
fn 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"]
3335
fn 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"]
5962
fn fish() {
6063
// HACK: At least on CI, fish is not working on macOS
6164
if cfg!(target_os = "macos") {
@@ -126,6 +129,7 @@ yank
126129
}
127130

128131
#[cargo_test]
132+
#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"]
129133
fn zsh() {
130134
let input = "cargo \t\t";
131135
let expected = snapbox::str![

0 commit comments

Comments
 (0)