ignore tests that fail on local machines (#6279)

This commit is contained in:
Reilly Wood 2022-08-09 20:30:40 -07:00 committed by GitHub
parent dcab255d59
commit 4b89c5f900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 * `