diff --git a/lib/config/src/bin/generate-core-schemas.rs b/lib/config/src/bin/generate-core-schemas.rs index 131a96a54bd..b2af49b4028 100644 --- a/lib/config/src/bin/generate-core-schemas.rs +++ b/lib/config/src/bin/generate-core-schemas.rs @@ -71,6 +71,7 @@ mod codegen { } /// Tests that the generated schemas are still up to date. + #[cfg(not(target_os = "windows"))] #[test] fn test_generated_schemas_up_to_date() { let dir = schema_dir();