Skip to content

Commit

Permalink
remove commented-out test ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Jan 31, 2025
1 parent 7bd971a commit f4f407d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4769,7 +4769,6 @@ mod tests {
/// this test should become redundant once there is an official JSON Schema definition for HEM.
/// until that is the case, this checks each example input JSON against the schema generated by the schema-gen package.
#[rstest]
// #[ignore = "ignore this while migrating to 0.32"]
fn test_all_demo_files_pass_input_schema(files: Vec<DirEntry>) {
let schema = serde_json::from_str(include_str!("../schemas/input.schema.json")).unwrap();
let validator = jsonschema::validator_for(&schema).unwrap();
Expand Down

0 comments on commit f4f407d

Please sign in to comment.