We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca176ee commit 0923d7cCopy full SHA for 0923d7c
tests/testsuite/small_fd_limits.rs
@@ -98,9 +98,6 @@ fn use_git_gc() {
98
}
99
100
#[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)]
104
fn avoid_using_git() {
105
let path = env::var_os("PATH").unwrap_or_default();
106
let mut paths = env::split_paths(&path).collect::<Vec<_>>();
0 commit comments