Skip to content

Commit

Permalink
remove from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyfwu committed Mar 19, 2013
1 parent 237499c commit 6dd979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('server', function () {
});
});

describe.only('close', function () {
describe('close', function () {
it('should be able to access non-empty writeBuffer at closing (server)', function(done) {
var opts = {allowUpgrades: false};
var engine = listen(opts, function (port) {
Expand Down

0 comments on commit 6dd979c

Please sign in to comment.