Skip to content

Commit 189b327

Browse files
committed
maybe we need to skip sooner to avoid the around hooks...
1 parent fb48bb2 commit 189b327

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spec/integration/reconnect_spec.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@
111111
# thread.kill should've similarly failed, but it doesn't.
112112
fails_on_jruby
113113

114-
minimum_mri_version '3.0.0'
114+
# odd failures related to async on ruby <= 3.1, I suspect something
115+
# with how fibers worked in those versions.
116+
minimum_mri_version '3.2.0'
115117

116118
it 'recreates SRV monitor' do
117119
wait_for_discovery
@@ -153,6 +155,10 @@
153155
# NotImplementedError: recvmsg_nonblock is not implemented
154156
fails_on_jruby
155157

158+
# odd failures related to async on ruby <= 3.1, I suspect something
159+
# with how fibers worked in those versions.
160+
minimum_mri_version '3.2.0'
161+
156162
let(:uri) do
157163
"mongodb+srv://test-fake.test.build.10gen.cc/"
158164
end

0 commit comments

Comments
 (0)