From 2aecb95acb25ee076d160e2df6b61c3ea5b6d012 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 29 Jul 2021 18:54:20 -0700 Subject: [PATCH] Skip test_ensure_after_nomemoryerror This test appears to cause failures in some environments. --- test/ruby/test_exception.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index 4abbb4cf6f..d1ff5612d3 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -561,6 +561,7 @@ end.join end def test_ensure_after_nomemoryerror + skip "Forcing NoMemoryError causes problems in some environments" assert_separately([], "$_ = 'a' * 1_000_000_000_000_000_000") rescue NoMemoryError assert_raise(NoMemoryError) do