We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575a2f4 commit 520b5a6Copy full SHA for 520b5a6
test/json_schemer_test.rb
@@ -1091,6 +1091,7 @@ def test_json_schema_test_suite
1091
'draft7' => JSONSchemer::Schema::Draft7
1092
}.each do |version, draft_class|
1093
output = Dir["JSON-Schema-Test-Suite/tests/#{version}/**/*.json"].each_with_object({}) do |file, file_output|
1094
+ next if file == 'JSON-Schema-Test-Suite/tests/draft7/optional/cross-draft.json'
1095
file_output[file] = JSON.parse(File.read(file)).map do |defn|
1096
defn.fetch('tests').map do |test|
1097
errors = draft_class.new(
0 commit comments