summaryrefslogtreecommitdiff
path: root/test/.excludes/TestException.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/.excludes/TestException.rb')
-rw-r--r--test/.excludes/TestException.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/.excludes/TestException.rb b/test/.excludes/TestException.rb
new file mode 100644
index 0000000000..38d66d63d2
--- /dev/null
+++ b/test/.excludes/TestException.rb
@@ -0,0 +1,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