diff --git a/tests/library/har-websocket.spec.ts b/tests/library/har-websocket.spec.ts index 622d3b4b2eb7d..c1355ffbba1e9 100644 --- a/tests/library/har-websocket.spec.ts +++ b/tests/library/har-websocket.spec.ts @@ -98,7 +98,6 @@ it('should only have one websocket entry', async ({ contextFactory, server }, te }); it('should include websocket handshake headers and status', async ({ contextFactory, server, browserName, isMac, macVersion }, testInfo) => { - it.fixme(browserName === 'webkit' && isMac && macVersion >= 26, 'NWLoader does not reflect the wire handshake headers (Sec-WebSocket-Key, Connection, Upgrade) in NSURLSessionWebSocketTask.currentRequest'); server.onceWebSocketConnection(ws => { ws.on('message', () => ws.close()); });