rustpkg: Disable test suite on windows
sha1, version, util tests are still alive and they pass on win32.
This commit is contained in:
parent
09cb7ecc67
commit
bbcd3465ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue