From 47f4cdc093e1ba6458665d639963ddc0cfc018d5 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 14 Sep 2024 11:53:00 -0700 Subject: [PATCH] Disable the shell_completions tests --- tests/testsuite/shell_completions.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/testsuite/shell_completions.rs b/tests/testsuite/shell_completions.rs index 6973038f065..2b96e266792 100644 --- a/tests/testsuite/shell_completions.rs +++ b/tests/testsuite/shell_completions.rs @@ -5,6 +5,7 @@ use completest_pty::Runtime; use snapbox::assert_data_eq; #[cargo_test] +#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"] fn bash() { // HACK: At least on CI, bash is not working on macOS if cfg!(target_os = "macos") { @@ -30,6 +31,7 @@ fn bash() { } #[cargo_test] +#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"] fn elvish() { // HACK: At least on CI, elvish is not working on macOS if cfg!(target_os = "macos") { @@ -56,6 +58,7 @@ fn elvish() { } #[cargo_test] +#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"] fn fish() { // HACK: At least on CI, fish is not working on macOS if cfg!(target_os = "macos") { @@ -126,6 +129,7 @@ yank } #[cargo_test] +#[ignore = "disabled, see https://github.com/rust-lang/cargo/issues/14545"] fn zsh() { let input = "cargo \t\t"; let expected = snapbox::str![