Skip to content

Commit e019ee9

Browse files
committed
✅🚧 Omit 1 DataLite test for TruffleRuby
This is a real edge-case... one which I included only for completeness. We _should not_ be making any recursive `Data` objects in `Net::IMAP`.
1 parent 761f655 commit e019ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/net/imap/test_data_lite.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ def test_inspect
154154
end
155155

156156
def test_recursive_inspect
157+
omit_if_truffleruby "TruffleRuby fails with a stack overflow: " \
158+
"https://github.com/oracle/truffleruby/issues/3847"
157159
klass = Data.define(:value, :head, :tail) do
158160
def initialize(value:, head: nil, tail: nil)
159161
case tail

0 commit comments

Comments
 (0)