From 4b89c5f900ecc8ef757689c14dc8db225d34b191 Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:30:40 -0700 Subject: [PATCH] ignore tests that fail on local machines (#6279) --- crates/nu-command/tests/commands/run_external.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/nu-command/tests/commands/run_external.rs b/crates/nu-command/tests/commands/run_external.rs index 58c8a8c95c..e1c2690e49 100644 --- a/crates/nu-command/tests/commands/run_external.rs +++ b/crates/nu-command/tests/commands/run_external.rs @@ -198,6 +198,7 @@ fn failed_command_with_semicolon_will_not_execute_following_cmds_windows() { #[cfg(windows)] #[test] +#[ignore = "fails on local Windows machines"] // This test case might fail based on the running shell on Windows - CMD vs PowerShell, the reason is // // Test command 1 - `dir * ` @@ -230,6 +231,7 @@ fn double_quote_does_not_expand_path_glob_windows() { #[cfg(windows)] #[test] +#[ignore = "fails on local Windows machines"] // This test case might fail based on the running shell on Windows - CMD vs PowerShell, the reason is // // Test command 1 - `dir * `