File tree Expand file tree Collapse file tree 4 files changed +5
-21
lines changed Expand file tree Collapse file tree 4 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
- exclude :test_big_bodies , "needs investigation"
2
1
exclude :test_upstream_proxy , "needs investigation"
3
2
exclude :test_connect , "needs investigation"
Original file line number Diff line number Diff line change 1
1
exclude :test_callbacks , "needs investigation"
2
- exclude :test_restart_after_stop , "needs investigation"
Original file line number Diff line number Diff line change 1
- exclude :"test_nested_timeout_inner_custom_exception" , "needs investigation"
2
- exclude :"test_nested_timeout_outer" , "needs investigation"
3
- exclude :"test_nested_timeout_outer_custom_exception" , "needs investigation"
4
- exclude :"test_no_timeout" , "needs investigation"
5
- exclude :"test_timeout_custom_exception" , "needs investigation"
6
- exclude :"test_timeout_default_execption" , "needs investigation"
1
+ exclude :test_nested_timeout_outer , "needs investigation"
2
+ exclude :test_nested_timeout_inner_custom_exception , "needs investigation"
3
+ exclude :test_nested_timeout_outer_custom_exception , "needs investigation"
4
+ exclude :test_no_timeout , "needs investigation"
5
+ exclude :test_timeout_custom_exception , "needs investigation"
7
6
exclude :test_timeout_default_exception , "needs investigation"
Original file line number Diff line number Diff line change @@ -200,19 +200,6 @@ test_unicode_normalize.rb
200
200
test_weakref.rb
201
201
testunit/test_parallel.rb # Relies on RubyVM.
202
202
thread/test_sync.rb
203
- webrick/test_cgi.rb
204
- webrick/test_cookie.rb
205
- webrick/test_do_not_reverse_lookup.rb
206
- webrick/test_filehandler.rb
207
- webrick/test_htmlutils.rb
208
- webrick/test_httpproxy.rb
209
- webrick/test_httprequest.rb
210
- webrick/test_httpresponse.rb
211
- webrick/test_httpserver.rb
212
- webrick/test_httputils.rb
213
- webrick/test_httpversion.rb
214
- webrick/test_server.rb
215
- webrick/test_ssl_server.rb
216
203
xmlrpc/test_client.rb # pollutes other tests
217
204
xmlrpc/test_cookie.rb # undefined method `http' for NilClass
218
205
xmlrpc/test_parser.rb # `const_missing': uninitialized constant Test_REXMLStreamParser::GenericParserTest
You can’t perform that action at this time.
0 commit comments