Skip to content

Commit 0923d7c

Browse files
committed
Remove appveyor-aimed #[ignore]
Seems like it's no longer necessary (this test ran fine when `--ignored` was specified
1 parent ca176ee commit 0923d7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testsuite/small_fd_limits.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ fn use_git_gc() {
9898
}
9999

100100
#[cargo_test]
101-
// it looks like this test passes on some windows machines but not others,
102-
// notably not on AppVeyor's machines. Sounds like another but for another day.
103-
#[cfg_attr(windows, ignore)]
104101
fn avoid_using_git() {
105102
let path = env::var_os("PATH").unwrap_or_default();
106103
let mut paths = env::split_paths(&path).collect::<Vec<_>>();

0 commit comments

Comments
 (0)