Skip to content

Commit a90ac3b

Browse files
committed
disable num_cpus on Windows for now
1 parent 428fc53 commit a90ac3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-cargo-miri/tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ fn entropy_rng() {
3939

4040
#[test]
4141
fn num_cpus() {
42+
#[cfg(not(windows))] // FIXME: enable on Windows again once https://github.com/seanmonstar/num_cpus/pull/90 gets released.
4243
assert_eq!(num_cpus::get(), 1);
4344
}

0 commit comments

Comments
 (0)