Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/library/har-websocket.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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());
});
Expand Down
Loading