diff --git a/tests/by-util/test_paste.rs b/tests/by-util/test_paste.rs index fa7ead335..da92daa32 100644 --- a/tests/by-util/test_paste.rs +++ b/tests/by-util/test_paste.rs @@ -157,6 +157,8 @@ fn test_multi_stdin() { } #[test] +// TODO: make this test work on Windows +#[cfg(not(windows))] fn test_delimiter_list_ending_with_escaped_backslash() { for d in ["-d", "--delimiters"] { let (at, mut ucmd) = at_and_ucmd!();