From aecf9149a5488de7375788392b8764217ac9136b 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 7e9e254345..17a76f5dbf 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_os = "windows", ignore)] // FIXME #1103 fn remove_override_nonexistent() { for keyword in &["remove", "unset"] { setup(&|config| {