From 3314f78a3673c1250e47722848c60d017dafac97 Mon Sep 17 00:00:00 2001
From: Aaron Brashears <aaronb@lindenlab.com>
Date: Tue, 5 Feb 2008 23:41:40 +0000
Subject: [PATCH] do not attempt to use secondlife.com in unit tests for now.

---
 indra/test/llhttpclient_tut.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp
index 21a0771d26a..a4b2f451448 100644
--- a/indra/test/llhttpclient_tut.cpp
+++ b/indra/test/llhttpclient_tut.cpp
@@ -325,9 +325,13 @@ namespace tut
 	template<> template<>
 		void HTTPClientTestObject::test<7>()
 	{
-		// Can not use the little mini server.  The blocking request won't ever let it run.
-		// Instead get from a known LLSD source and compare results with the non-blocking get
-		// which is tested against the mini server earlier.
+		// Can not use the little mini server.  The blocking request
+		// won't ever let it run.  Instead get from a known LLSD
+		// source and compare results with the non-blocking get which
+		// is tested against the mini server earlier.
+		skip_fail("secondlife.com is not reliable enough for unit tests.");
+
+
 		LLSD expected;
 
 		LLHTTPClient::get("http://secondlife.com/xmlhttp/homepage.php", newResult());
-- 
GitLab