From da633a0ce9a3409a91bbdb4d3a16fff01d4e31ba Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Fri, 22 Jul 2022 10:15:27 -0500 Subject: [PATCH] Exclude transient MRI test failures --- test/mri/excludes/TestGc.rb | 1 + test/mri/excludes/TestThread.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/test/mri/excludes/TestGc.rb b/test/mri/excludes/TestGc.rb index 7b519d97038e..2278940e90bf 100644 --- a/test/mri/excludes/TestGc.rb +++ b/test/mri/excludes/TestGc.rb @@ -13,3 +13,4 @@ exclude :test_start_immediate_sweep, "needs investigation" exclude :test_verify_internal_consistency, "needs investigation" exclude :test_gc_disabled_start, "fails on native: GR-38054" +exclude :test_exception_in_finalizer_procs, "transient" diff --git a/test/mri/excludes/TestThread.rb b/test/mri/excludes/TestThread.rb index 1491c6ad3d92..b0efcf7f0e8b 100644 --- a/test/mri/excludes/TestThread.rb +++ b/test/mri/excludes/TestThread.rb @@ -21,3 +21,4 @@ exclude :test_handle_interrupt, "needs investigation" exclude :test_ignore_deadlock, "needs investigation" exclude :test_switch_while_busy_loop, "transient" +exclude :test_handle_interrupt_and_p, "transient"