From fece4231cd24409b0772a820cee18c2922d45e5b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 6 Jul 2020 15:01:31 +0800 Subject: Skip one test on windows --- src/interactive/app_test/unit.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interactive/app_test/unit.rs b/src/interactive/app_test/unit.rs index e27d456..8910025 100644 --- a/src/interactive/app_test/unit.rs +++ b/src/interactive/app_test/unit.rs @@ -17,6 +17,8 @@ fn it_can_handle_ending_traversal_reaching_top_but_skipping_levels() -> Result<( Ok(()) } +// Won't work on windows as there are backslashes in the paths :D +#[cfg_attr(windows, ignore)] #[test] fn it_can_handle_ending_traversal_without_reaching_the_top() -> Result<()> { let (_, app) = initialized_app_and_terminal_from_fixture(&["sample-02"])?; -- cgit v1.2.3