Skip to content

Commit 14335f3

Browse files
committed
Disable dogfood until rust-lang/rustup#1499 is merged
1 parent 5f9af5f commit 14335f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dogfood.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[test]
22
fn dogfood() {
3-
if option_env!("RUSTC_TEST_SUITE").is_some() {
3+
if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
44
return;
55
}
66
let root_dir = std::env::current_dir().unwrap();

0 commit comments

Comments
 (0)