Skip to content

Commit ae08dc5

Browse files
committed
[CLIENT] Skip test using Patron adapter for Faraday on JRuby
1 parent 2e3d23e commit ae08dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-transport/test/unit/client_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def initialize(*); end
208208
handlers = c.transport.connections.all.first.connection.builder.handlers
209209

210210
assert_includes handlers, Faraday::Adapter::Patron
211-
end
211+
end unless JRUBY
212212
end
213213

214214
end

0 commit comments

Comments
 (0)