Skip to content

Commit 7688255

Browse files
timemachine3030Pilot
and
Pilot
authored
Remove the skipping of the socket http test (#3364)
Co-authored-by: Pilot <timemachine@ctrl-c.club>
1 parent 820fe6e commit 7688255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/adapters/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ describe('supports http with nodejs', function () {
368368
});
369369
});
370370

371-
it.skip('should support sockets', function (done) {
371+
it('should support sockets', function (done) {
372372
server = net.createServer(function (socket) {
373373
socket.on('data', function () {
374374
socket.end('HTTP/1.1 200 OK\r\n\r\n');

0 commit comments

Comments
 (0)