summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-01-14 21:25:34 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-01-14 21:25:34 -0800
commitb6affbca88f5e0a70bda784d5195be5f0408b5ba (patch)
tree4a1fae90ab728e6f9fb1ccaf533149c36dab5018
parente9f479d8712f7ecd3802d4438cd44161088d9713 (diff)
Skip an unstable test due to a Ractor assertion
-rw-r--r--bootstraptest/test_fork.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb
index 9e64f1d026..0cdfb5ab24 100644
--- a/bootstraptest/test_fork.rb
+++ b/bootstraptest/test_fork.rb
@@ -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