Skip to content

Commit 902aca7

Browse files
authored
Merge pull request #3243 from flip1995/appveyor_disable_dogfood
Disable dogfood under windows until rust-lang/rustup#1499 is merged
2 parents e69fe2f + 14335f3 commit 902aca7

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)