rustpkg: Disable test suite on windows

sha1, version, util tests are still alive and they pass on win32.
This commit is contained in:
klutzy 2013-11-14 10:19:25 +09:00
parent 09cb7ecc67
commit bbcd3465ef

View file

@ -70,7 +70,7 @@ mod search;
mod sha1;
mod source_control;
mod target;
#[cfg(test)]
#[cfg(not(windows), test)] // FIXME test failure on windows: #10471
mod tests;
mod util;
pub mod version;