diff options
author | Jeremy Evans <[email protected]> | 2021-07-29 18:54:20 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2021-07-29 18:54:20 -0700 |
commit | 2aecb95acb25ee076d160e2df6b61c3ea5b6d012 (patch) | |
tree | 081fded09029820e3ac0b9b9d67ca720fd5577e5 /test/ruby/test_exception.rb | |
parent | 9931e2f5091e95dd947de3b3a00167ae2fd5194a (diff) |
Skip test_ensure_after_nomemoryerror
This test appears to cause failures in some environments.
Diffstat (limited to 'test/ruby/test_exception.rb')
-rw-r--r-- | test/ruby/test_exception.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |