blob: 38d66d63d2ec22c5f7d667a2d96c055311f8935f (
plain)
1
2
3
4
5
6
7
8
|
# frozen_string_literal: false
reason = %[\
Because machine stack overflow can happen anywhere, even critical
sections including external libraries, it is very neary impossible to
recover from such situation.
]
exclude %r[test_machine_stackoverflow], reason
|