Skip to content

Commit 7ce7d68

Browse files
committed
Tag transient spec
* It frequently fails in CI: 1) TCPSocket#initialize raises IO::TimeoutError with :connect_timeout when no server is listening on the given address ERROR IO::TimeoutError: execution expired spec/ruby/library/socket/tcpsocket/shared/new.rb:30:in `block (3 levels) in <top (required)>' spec/ruby/library/socket/tcpsocket/initialize_spec.rb:5:in `<top (required)>'
1 parent 857a0ea commit 7ce7d68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/tags/library/socket/tcpsocket/initialize_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ fails:TCPSocket#initialize using IPv6 when a server is listening on the given ad
55
fails:TCPSocket#initialize using IPv6 when a server is listening on the given address creates a socket which is set to close on exec
66
slow:TCPSocket#initialize raises IO::TimeoutError with :connect_timeout when no server is listening on the given address
77
slow:TCPSocket#initialize with a running server connects to a server when passed connect_timeout argument
8+
fails(transient):TCPSocket#initialize raises IO::TimeoutError with :connect_timeout when no server is listening on the given address

0 commit comments

Comments
 (0)