Skip to content

Commit df2f462

Browse files
committed
Skip TestObjSpaceRactor#test_tracing_does_not_crash
It crashes frequently on CI but I am not able to reproduce locally: https://ci.rvm.jp/results/trunk-random1@ruby-sp2-noble-docker/5954509 https://ci.rvm.jp/results/trunk-random0@ruby-sp2-noble-docker/5954501
1 parent e758198 commit df2f462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/objspace/test_ractor.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
class TestObjSpaceRactor < Test::Unit::TestCase
44
def test_tracing_does_not_crash
5+
# https://ci.rvm.jp/results/trunk-random1@ruby-sp2-noble-docker/5954509
6+
# https://ci.rvm.jp/results/trunk-random0@ruby-sp2-noble-docker/5954501
7+
omit "crashes frequently on CI but not able to reproduce locally"
8+
59
assert_ractor(<<~RUBY, require: 'objspace')
610
ObjectSpace.trace_object_allocations do
711
r = Ractor.new do

0 commit comments

Comments
 (0)