mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Skip an unstable test due to a Ractor assertion
This commit is contained in:
parent
e9f479d871
commit
b6affbca88
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user