Skip to content

Commit 1e5ca2d

Browse files
misdorobblimke
authored andcommitted
Skip some tests for jruby
1 parent cb8b00b commit 1e5ca2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/acceptance/httpclient/httpclient_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
require 'acceptance/httpclient/httpclient_spec_helper'
66

7-
describe "HTTPClient" do
7+
# FIXME: HTTPClient on JRuby seems to have ordering/concurrency issues with these tests
8+
describe "HTTPClient", if: !(RUBY_PLATFORM =~ /java/) do
89
include HTTPClientSpecHelper
910

1011
before(:each) do

0 commit comments

Comments
 (0)