From 9d07e262f34fbd9eeeb54a7f7046f17093f80955 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 9 May 2017 17:02:55 +0000 Subject: [PATCH] Ignore remove_override_nonexistent on windows. #1103 --- tests/cli-exact.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli-exact.rs b/tests/cli-exact.rs index 7e9e254345e..fe56731a09d 100644 --- a/tests/cli-exact.rs +++ b/tests/cli-exact.rs @@ -156,6 +156,7 @@ fn remove_override_with_path_deleted() { } #[test] +#[cfg_attr(target = "windows", ignore)] // FIXME #1103 fn remove_override_nonexistent() { for keyword in &["remove", "unset"] { setup(&|config| {