diff --git a/test/node-test/debug.js b/test/node-test/debug.js index d7c462f57ae..e8395e07360 100644 --- a/test/node-test/debug.js +++ b/test/node-test/debug.js @@ -22,9 +22,6 @@ test('debug#websocket', { skip: !process.versions.icu }, async t => { const chunks = [] const assertions = [ /(WEBSOCKET [0-9]+:) (connecting to)/, - // Skip the chunk that comes with the experimental warning - /(\[UNDICI-WS\])/, - /\(Use `node --trace-warnings \.\.\.` to show where the warning was created\)/, /(WEBSOCKET [0-9]+:) (connected to)/, /(WEBSOCKET [0-9]+:) (sending request)/, /(WEBSOCKET [0-9]+:) (connection opened)/,