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, 0 insertions, 8 deletions
diff --git a/test/excludes/TestException.rb b/test/excludes/TestException.rb
deleted file mode 100644
index 38d66d63d2..0000000000
--- a/test/excludes/TestException.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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