diff --git a/test/sequential/test-inspector-break-e.js b/test/sequential/test-inspector-break-e.js
index 1a8f8ca50d3de1..9ae47253f49484 100644
--- a/test/sequential/test-inspector-break-e.js
+++ b/test/sequential/test-inspector-break-e.js
@@ -2,6 +2,7 @@
 const common = require('../common');
 
 common.skipIfInspectorDisabled();
+common.crashOnUnhandledRejection();
 
 const assert = require('assert');
 const { NodeInstance } = require('../common/inspector-helper.js');