Skip to content

Commit

Permalink
Auto merge of #1105 - brson:ignore, r=Diggsey
Browse files Browse the repository at this point in the history
Ignore remove_override_nonexistent on windows. #1103

r? @Diggsey
  • Loading branch information
bors committed May 10, 2017
2 parents b8443be + aecf914 commit aa03bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli-exact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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| {
Expand Down

0 comments on commit aa03bc1

Please sign in to comment.