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")