[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpace

These filenames are passed into test classes, and the tests we're trying
to exclude exist in TestObjectSpace in the Ruby repo, not TestObjSpace

https://github.com/ruby/mmtk/commit/195728dc8c
This commit is contained in:
Matt Valentine-House 2025-04-30 11:48:59 +01:00 committed by git
parent b42afa1dbc
commit 59a902cd79
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
exclude(:test_dump_all_full, "testing behaviour specific to default GC")
exclude(:test_dump_flag_age, "testing behaviour specific to default GC")
exclude(:test_dump_flags, "testing behaviour specific to default GC")
exclude(:test_finalizer, "times out in debug mode on Ubuntu")

View File

@ -0,0 +1 @@
exclude(:test_finalizer, "times out in debug mode on Ubuntu")