mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
disable pattern matching tests for truffleruby
This commit is contained in:
parent
405f8941dd
commit
c7704b6e15
@ -6,7 +6,7 @@ class ResponseTest < Minitest::Test
|
||||
include HTTPX
|
||||
include ResponseHelpers
|
||||
|
||||
if RUBY_VERSION >= "2.7.0"
|
||||
if (RUBY_ENGINE != "truffleruby" && RUBY_VERSION >= "2.7.0")
|
||||
require_relative "extensions/response_pattern_match"
|
||||
include ResponsePatternMatchTests
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user