Disable dogfood until rust-lang-nursery/rustup.rs#1499 is merged
This commit is contained in:
parent
5f9af5f69c
commit
14335f372b
|
@ -1,6 +1,6 @@
|
||||||
#[test]
|
#[test]
|
||||||
fn dogfood() {
|
fn dogfood() {
|
||||||
if option_env!("RUSTC_TEST_SUITE").is_some() {
|
if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let root_dir = std::env::current_dir().unwrap();
|
let root_dir = std::env::current_dir().unwrap();
|
||||||
|
|
Loading…
Reference in New Issue