Skip to content

Commit

Permalink
Update test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Oct 14, 2024
1 parent f7326d1 commit 0c12a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/json_schema_test_suite
6 changes: 5 additions & 1 deletion spec/json_skooma_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
JSONSkooma.create_registry(version[5..], assert_formats: true)
end

include_context "json_schema_test_suite", Dir["#{suite}/optional/format/*.json"]
include_context "json_schema_test_suite", (Dir["#{suite}/optional/format/*.json"].reject do |file|
[
"ecmascript-regex.json"
].include?(file.split("/").last)
end)
end
end
end
Expand Down

0 comments on commit 0c12a65

Please sign in to comment.