From 8fc678234921cf2bfd3efea46c86a0f61f8107a5 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 19 Aug 2026 15:05:52 +1200 Subject: [PATCH] Avoid matching platform-specific stream errors Assisted-By: devx/3ed43c18-3c9a-4ad9-a6f5-6668caa29658 --- test/io/endpoint/bound_endpoint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/io/endpoint/bound_endpoint.rb b/test/io/endpoint/bound_endpoint.rb index 60b9deb..baf24e7 100644 --- a/test/io/endpoint/bound_endpoint.rb +++ b/test/io/endpoint/bound_endpoint.rb @@ -74,7 +74,7 @@ expect do thread.join - end.to raise_exception(IOError, message: be =~ /stream closed in another thread/) + end.to raise_exception(IOError) end with "timeouts" do