aboutsummaryrefslogtreecommitdiffstats
path: root/test/excludes/TestException.rb
blob: a992950152b0608849eab688643f285b263e5e4f (plain)
1
2
3
4
5
6
7
8
9
# 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 /test_machine_stackoverflow/, reason
exclude :test_machine_stackoverflow_by_define_method, reason