Skip an unstable test due to a Ractor assertion

This commit is contained in:
Takashi Kokubun 2025-01-14 21:25:34 -08:00
parent e9f479d871
commit b6affbca88

View File

@ -76,6 +76,10 @@ assert_equal '[1, 2]', %q{
}, '[ruby-dev:44005] [Ruby 1.9 - Bug #4950]'
assert_equal 'ok', %q{
# This test is very unstable. It fails a Ractor assertion:
# Assertion Failed: ../src/thread_pthread.c:451:ractor_sched_set_locked:vm->ractor.sched.lock_owner == NULL
skip :ok # too unstable
def now = Process.clock_gettime(Process::CLOCK_MONOTONIC)
Thread.new do