mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
ignore tests that fail on local machines (#6279)
This commit is contained in:
parent
dcab255d59
commit
4b89c5f900
1 changed files with 2 additions and 0 deletions
|
@ -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 * `
|
||||
|
|
Loading…
Reference in a new issue