mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 573227, disable .wasClean tests
This commit is contained in:
parent
070ecd6044
commit
347ab96ed2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user