Skip to content

Commit 2195c8c

Browse files
committed
MRI tests don’t need to be excluded
1 parent 76a827d commit 2195c8c

8 files changed

+14
-21
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_gets_one_line_without_term, "needs investigation"
2+
exclude :test_gets_two_lines_without_term, "needs investigation"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_socket_dnrl_false_server_dnrl_nil, "needs investigation"
2+
exclude :test_socket_dnrl_true_server_dnrl_nil, "needs investigation"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude :test_big_bodies, "needs investigation"
2+
exclude :test_upstream_proxy, "needs investigation"
3+
exclude :test_connect, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_callbacks, "needs investigation"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude :test_self_signed_cert_server, "needs investigation"
2+
exclude :test_self_signed_cert_server_with_string, "needs investigation"
3+
exclude :test_slow_connect, "needs investigation"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_callbacks, "needs investigation"
2+
exclude :test_restart_after_stop, "needs investigation"

test/mri/excludes/TestWEBrickUtils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
exclude :"test_no_timeout", "needs investigation"
55
exclude :"test_timeout_custom_exception", "needs investigation"
66
exclude :"test_timeout_default_execption", "needs investigation"
7+
exclude :test_timeout_default_exception, "needs investigation"

test/mri/failing.exclude

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -244,27 +244,6 @@ rubygems/test_kernel.rb
244244
rubygems/test_remote_fetch_error.rb
245245
rubygems/test_require.rb
246246

247-
webrick/test_cgi.rb
248-
webrick/test_config.rb
249-
webrick/test_cookie.rb
250-
webrick/test_do_not_reverse_lookup.rb
251-
webrick/test_filehandler.rb
252-
webrick/test_htmlutils.rb
253-
webrick/test_httpauth.rb
254-
webrick/test_httpproxy.rb
255-
webrick/test_httprequest.rb
256-
webrick/test_httpresponse.rb
257-
webrick/test_httpserver.rb
258-
webrick/test_httputils.rb
259-
webrick/test_httpversion.rb
260-
webrick/test_server.rb
261-
webrick/test_ssl_server.rb
262-
webrick/test_utils.rb
263-
264-
net/ftp/test_buffered_socket.rb
265-
net/ftp/test_ftp.rb
266-
net/ftp/test_mlsx_entry.rb
267-
268247
# Failing since upgrade to 2.6.1
269248

270249
matrix/test_matrix.rb # open range

0 commit comments

Comments
 (0)