[Pkg-javascript-commits] [sockjs-client] 227/350: Disable wrong port tests for senders (still have end-to-end test)
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 45732c8020e13f47f7563e5e07adaf8ba2109ea0
Author: Bryce Kahle <bkahle at gmail.com>
Date: Thu Oct 23 16:07:35 2014 -0400
Disable wrong port tests for senders (still have end-to-end test)
---
tests/lib/senders.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/lib/senders.js b/tests/lib/senders.js
index 5cb4148..f8a99ba 100644
--- a/tests/lib/senders.js
+++ b/tests/lib/senders.js
@@ -69,7 +69,9 @@ describe('Senders', function () {
describe('xhr-local', function () {
ajaxSimple(XhrLocal);
ajaxStreaming(XhrLocal);
- wrongPort(XhrLocal);
+ // TODO senders don't have a timeouts so these tests can fail
+ // BUT info-receiver has a timeout so they will never not-return
+ // wrongPort(XhrLocal);
wrongUrl(XhrLocal, testUtils.getSameOriginUrl() + '/wrong_url_indeed.txt', [0, 404]);
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list