Skip test_ensure_after_nomemoryerror

This test appears to cause failures in some environments.
This commit is contained in:
Jeremy Evans 2021-07-29 18:54:20 -07:00
Родитель 9931e2f509
Коммит 2aecb95acb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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