Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -26,6 +26,10 @@ class MSpecScript

set :library, [
"spec/ruby/library",

# Since 2.3
"^spec/ruby/library/resolv",
"^spec/ruby/library/drb",

# Not yet explored
"^spec/ruby/library/continuation",
@@ -40,8 +44,7 @@ class MSpecScript
"^spec/ruby/library/etc",

# Hangs
"^spec/ruby/library/net/http",
"^spec/ruby/library/net/ftp",
"^spec/ruby/library/net",

# Load issues with 'delegate'.
"^spec/ruby/library/delegate/delegate_class/instance_method_spec.rb",

0 comments on commit cb8b9c6

Please sign in to comment.