Skip to content

Commit

Permalink
re-enabled flashsocket tests, after bugfixes in flashsocket transport
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Oct 25, 2011
1 parent 357a9cb commit 8a90bf5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/transports.flashsocket.test.js
Expand Up @@ -114,10 +114,6 @@ module.exports = {
},

'change running flash server port': function (done) {
// einaros: temporarily disabled
done();
return;

var io = sio.listen(http.createServer())
, port = ++ports
, next = ++ports;
Expand Down Expand Up @@ -147,10 +143,6 @@ module.exports = {
},

'different origins': function(done) {
// einaros: temporarily disabled
done();
return;

var io = sio.listen(http.createServer())
, port = ++ports;

Expand All @@ -174,10 +166,6 @@ module.exports = {
},

'flashsocket identifies as flashsocket': function (done) {
// einaros: temporarily disabled
done();
return;

var cl = client(++ports)
, io = create(cl)
, ws;
Expand Down

0 comments on commit 8a90bf5

Please sign in to comment.