diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2010-02-03 15:50:57 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2010-02-03 15:50:57 -0500 |
commit | 429fa5a494910c43e2a4cfd0f695146fbfb57dbb (patch) | |
tree | 3e9821bb38d8c99134e2d514236705f263c75a16 /indra/test | |
parent | 1e7add631f3d36354ea3f9ab9050abf3cbc501df (diff) |
Skip fragile (local ISP dependent) llhttpclient integration test.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/llhttpclient_tut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp index c541997e89..2b1496e912 100644 --- a/indra/test/llhttpclient_tut.cpp +++ b/indra/test/llhttpclient_tut.cpp @@ -269,6 +269,7 @@ namespace tut template<> template<> void HTTPClientTestObject::test<2>() { + skip("error test depends on dev's local ISP not supplying \"helpful\" search page"); LLHTTPClient::get("http://www.invalid", newResult()); runThePump(); ensureStatusError(); |