Skip to content

Commit

Permalink
test: Enable more tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Oct 20, 2024
1 parent 12e8458 commit 0777fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/jsonschema/tests/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ mod tests {
xfail = [
"draft4::optional::bignum::integer::a_bignum_is_an_integer",
"draft4::optional::bignum::integer::a_negative_bignum_is_an_integer",
"draft2019-09::r#ref::ref_with_recursive_anchor",
"draft2019-09::unevaluated_properties::unevaluated_properties_with_recursive_ref",
"draft2020-12::unevaluated_properties::unevaluated_properties_with_dynamic_ref",
"draft2019-09::r#ref::ref_with_recursive_anchor::extra_items_allowed_for_inner_arrays",
"draft2019-09::unevaluated_properties::unevaluated_properties_with_recursive_ref::with_no_unevaluated_properties_10",
"draft2020-12::unevaluated_properties::unevaluated_properties_with_dynamic_ref::with_no_unevaluated_properties_21",
]
)]
fn test_suite(test: Test) {
Expand Down

0 comments on commit 0777fe4

Please sign in to comment.