diff --git a/test/test_algorithm.py b/test/test_algorithm.py
index 43e88ca8c25c2b5594bddbab8df8f12cd96d2aef..1d6de37755373005ac28c5d9cd7ae86ab0f4e5bf 100644
--- a/test/test_algorithm.py
+++ b/test/test_algorithm.py
@@ -326,8 +326,6 @@ def test_dot(ctx_factory):
 
     dev = context.devices[0]
 
-    import faulthandler
-    faulthandler.enable()
     dtypes = [np.float32, np.complex64]
     if has_double_support(dev):
         if has_struct_arg_count_bug(dev) == "apple":