diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c
index c3d356c1f23991cee0c053ebb625740c2ed9f7f2..76b2cbd4d4d5297181535d35e175448ae18a08d8 100644
--- a/test/core/util/test_config.c
+++ b/test/core/util/test_config.c
@@ -125,7 +125,6 @@ static void install_crash_handler() {
   GPR_ASSERT(sigaction(SIGABRT, &sa, NULL) == 0);
   GPR_ASSERT(sigaction(SIGBUS, &sa, NULL) == 0);
   GPR_ASSERT(sigaction(SIGSEGV, &sa, NULL) == 0);
-  GPR_ASSERT(sigaction(SIGSTKFLT, &sa, NULL) == 0);
 }
 #else
 static void install_crash_handler() {}