Skip fragile (local ISP dependent) llhttpclient integration test.

master
Nat Goodspeed 2010-02-03 15:50:57 -05:00
parent 1e7add631f
commit 429fa5a494
1 changed files with 1 additions and 0 deletions

View File

@ -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();