Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit bee07c4

Browse files
olleolleolleioquatix
authored andcommitted
Spec: Attempt to skip test for Async::Container::Threaded in JRuby.
1 parent df2756a commit bee07c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/async/io/shared_endpoint/server_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
it_behaves_like Async::IO::SharedEndpoint, described_class
6868
end
6969

70-
RSpec.describe Async::Container::Threaded, if: RUBY_PLATFORM !~ /darwin/ do
70+
RSpec.describe Async::Container::Threaded, if: (RUBY_PLATFORM !~ /darwin/ && RUBY_ENGINE != "jruby") do
7171
it_behaves_like Async::IO::SharedEndpoint, described_class
7272
end

0 commit comments

Comments
 (0)