We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b292d8 commit 6c88530Copy full SHA for 6c88530
test/json_schema_test_suite_test.rb
@@ -1,7 +1,8 @@
1
require 'test_helper'
2
3
class JSONSchemaTestSuiteTest < Minitest::Test
4
- INCOMPATIBLE_FILES = if RUBY_ENGINE == 'truffleruby'
+ # https://github.com/flori/json/pull/483
5
+ INCOMPATIBLE_FILES = if RUBY_ENGINE == 'truffleruby' && Gem::Version.new(JSON::VERSION) < '2.6.3'
6
# :nocov:
7
Set[
8
'JSON-Schema-Test-Suite/tests/draft2020-12/optional/ecmascript-regex.json',
0 commit comments