Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -109,7 +109,10 @@ class MSpecScript
"^spec/ruby/library/delegate/delegator/protected_methods_spec.rb",

# LoadError for `load "prime.rb"`
"^spec/ruby/library/prime/each_spec.rb"
"^spec/ruby/library/prime/each_spec.rb",

# Spec sporadically fails and cannot be tagged.
"^spec/ruby/library/thread/queue/num_waiting_spec.rb"
]

set :tags_patterns, [

0 comments on commit 8f642a2

Please sign in to comment.