[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)

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:
Naoto Ono 2025-04-01 18:20:13 +09:00 committed by GitHub
parent 67a7d4a0a8
commit a671b25525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2025-04-01 09:20:31 +00:00
Merged-By: ono-max <onoto1998@gmail.com>

View File

@ -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