Skip to content

Commit

Permalink
ignore this test on windows since it breaks due to line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Sep 2, 2024
1 parent 51f8450 commit 6b1d108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/src/bin/generate-core-schemas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6b1d108

Please sign in to comment.