File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1271,6 +1271,7 @@ def test_gzfile_read_size_boundary
12711271 # This reproduces the issue where thread wakeup during GzipReader operations
12721272 # can cause Z_BUF_ERROR to be raised incorrectly
12731273 def test_thread_wakeup_interrupt
1274+ pend 'fails' if RUBY_ENGINE == 'truffleruby'
12741275 content = SecureRandom . base64 ( 5000 )
12751276 gzipped = Zlib . gzip ( content )
12761277
@@ -1568,6 +1569,8 @@ def test_gunzip_no_memory_leak
15681569 # This reproduces the issue where thread wakeup during GzipReader operations
15691570 # can cause Z_BUF_ERROR to be raised incorrectly
15701571 def test_thread_wakeup_interrupt
1572+ pend 'fails' if RUBY_ENGINE == 'truffleruby'
1573+
15711574 content = SecureRandom . base64 ( 5000 )
15721575 gzipped = Zlib . gzip ( content )
15731576
You can’t perform that action at this time.
0 commit comments