Skip to content

Commit

Permalink
[Truffle] Don't run the thread/queue/num_waiting spec since it fails …
Browse files Browse the repository at this point in the history
…sporadically.
  • Loading branch information
nirvdrum committed Apr 20, 2015
1 parent d6c1248 commit 8f642a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/truffle/truffle.mspec
Expand Up @@ -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, [
Expand Down

0 comments on commit 8f642a2

Please sign in to comment.