Skip to content

Commit bbcd346

Browse files
committed
rustpkg: Disable test suite on windows
sha1, version, util tests are still alive and they pass on win32.
1 parent 09cb7ec commit bbcd346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustpkg/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ mod search;
7070
mod sha1;
7171
mod source_control;
7272
mod target;
73-
#[cfg(test)]
73+
#[cfg(not(windows), test)] // FIXME test failure on windows: #10471
7474
mod tests;
7575
mod util;
7676
pub mod version;

0 commit comments

Comments
 (0)