https://bugs.ruby-lang.org/issues/21203 TestGc#test_gc_parameter_init_slots is a flaky test that fails intermittently. Until the issue with flakiness is resolved, I will skip it.
This commit is contained in:
parent
67a7d4a0a8
commit
a671b25525
Notes:
git
2025-04-01 09:20:31 +00:00
Merged-By: ono-max <onoto1998@gmail.com>
@ -533,6 +533,8 @@ class TestGc < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_gc_parameter_init_slots
|
||||
omit "[Bug #21203] This test is flaky and intermittently failing now"
|
||||
|
||||
assert_separately([], __FILE__, __LINE__, <<~RUBY, timeout: 60)
|
||||
# Constant from gc.c.
|
||||
GC_HEAP_INIT_SLOTS = 10_000
|
||||
|
Loading…
x
Reference in New Issue
Block a user