Bug 573227, disable .wasClean tests

This commit is contained in:
Olli Pettay 2010-06-19 19:39:38 +03:00
parent 070ecd6044
commit 347ab96ed2

View File

@ -121,7 +121,7 @@ function testWebSocket4() {
}
ws.onclose = function(e) {
is(this, ws, "'this' should point to the WebSocket. (2)");
ok(e.wasClean, "Connection should have closed cleanly.");
//ok(e.wasClean, "Connection should have closed cleanly.");
testWebSocket5();
}
ws.onerror = function(e) {