We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e69fe2f + 14335f3 commit 902aca7Copy full SHA for 902aca7
tests/dogfood.rs
@@ -1,6 +1,6 @@
1
#[test]
2
fn dogfood() {
3
- if option_env!("RUSTC_TEST_SUITE").is_some() {
+ if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
4
return;
5
}
6
let root_dir = std::env::current_dir().unwrap();
0 commit comments