Skip to content

Commit ca348bb

Browse files
Remove blocking test
1 parent e36599e commit ca348bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/test_hyper_ruby.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ def test_unix_socket_cleans_up_socket
5151
end
5252
end
5353

54-
def test_blocking
55-
with_server(-> (request) { handler_simple(request) }) do |client|
56-
gets
57-
end
58-
end
54+
# def test_blocking
55+
# with_server(-> (request) { handler_simple(request) }) do |client|
56+
# gets
57+
# end
58+
# end
5959

6060
def with_server(request_handler, &block)
6161
server = HyperRuby::Server.new

0 commit comments

Comments
 (0)