Skip to content

Commit f306391

Browse files
committed
[Truffle] Exclude Signal#list specs as they seem to hang sometimes.
1 parent 9fd15c6 commit f306391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/truffle/truffle.mspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class MSpecScript
1717
# Can't load these - so tags aren't enough to exclude them. The problem is
1818
# either fixtures or syntax. Some of them are probably easy fixes.
1919

20+
# This seems to hang sometimes on Travis
21+
"^spec/ruby/core/signal/list_spec.rb",
22+
2023
# require 'socket'
2124
"^spec/ruby/core/file/socket_spec.rb",
2225

0 commit comments

Comments
 (0)