Skip to content

Commit aa03bc1

Browse files
committed
Auto merge of #1105 - brson:ignore, r=Diggsey
Ignore remove_override_nonexistent on windows. #1103 r? @Diggsey
2 parents b8443be + aecf914 commit aa03bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli-exact.rs

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ fn remove_override_with_path_deleted() {
156156
}
157157

158158
#[test]
159+
#[cfg_attr(target_os = "windows", ignore)] // FIXME #1103
159160
fn remove_override_nonexistent() {
160161
for keyword in &["remove", "unset"] {
161162
setup(&|config| {

0 commit comments

Comments
 (0)