From 02d43c015af6ea7ba4a13d7672a72e4659186202 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Sat, 8 Aug 2026 10:37:02 -0400 Subject: [PATCH] Skip test_profiler_raw_data_with_another_ractor --- test/.excludes-mmtk/TestGc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.excludes-mmtk/TestGc.rb b/test/.excludes-mmtk/TestGc.rb index 7466ed4..874b34b 100644 --- a/test/.excludes-mmtk/TestGc.rb +++ b/test/.excludes-mmtk/TestGc.rb @@ -18,6 +18,7 @@ exclude(:test_profiler_raw_data_limit, "MMTk does not have GC::Profiler") exclude(:test_profiler_raw_data_reports_compaction_separately_from_sweep_wall_time, "MMTk does not have GC::Profiler") exclude(:test_profiler_raw_data_includes_wall_time, "MMTk does not have GC::Profiler") +exclude(:test_profiler_raw_data_with_another_ractor, "MMTk does not have GC::Profiler") exclude(:test_profiler_total_time, "MMTk does not have GC::Profiler") exclude(:test_start_full_mark, "testing behaviour specific to default GC") exclude(:test_start_immediate_sweep, "testing behaviour specific to default GC")