diff --git a/test/unit/adapters/http.js b/test/unit/adapters/http.js index 52fa1553920cc8e8d10d1d489cb36e005a443d4e..9c3fcd7fbfcea296bc916f61c46c044329ac5ba0 100644 --- a/test/unit/adapters/http.js +++ b/test/unit/adapters/http.js @@ -368,7 +368,7 @@ describe('supports http with nodejs', function () { }); }); - it.skip('should support sockets', function (done) { + it('should support sockets', function (done) { server = net.createServer(function (socket) { socket.on('data', function () { socket.end('HTTP/1.1 200 OK\r\n\r\n');