Skip to content

Commit

Permalink
Disable dogfood until rust-lang/rustup#1499 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 30, 2018
1 parent 5f9af5f commit 14335f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dogfood.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[test]
fn dogfood() {
if option_env!("RUSTC_TEST_SUITE").is_some() {
if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
return;
}
let root_dir = std::env::current_dir().unwrap();
Expand Down

0 comments on commit 14335f3

Please sign in to comment.