From 6b1d108f72bc5c3703c3ef0b266f2b99271ae507 Mon Sep 17 00:00:00 2001 From: Ayush Jha Date: Tue, 3 Sep 2024 01:17:01 +0545 Subject: [PATCH] ignore this test on windows since it breaks due to line endings --- lib/config/src/bin/generate-core-schemas.rs | 1 + 1 file changed, 1 insertion(+) 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();