diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-31 15:50:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-31 15:50:34 -0400 |
commit | 635a4524fafe754f38432fce2206f8c730df5234 (patch) | |
tree | 9f35128e70179a25cf086b994d2b4395ff5a2122 /indra/llmessage/tests/llhost_test.cpp | |
parent | 5c3ae68299f79f3a705fa4b3e9cd262b56695318 (diff) | |
parent | 4aad5ee313f580e08f9689b7ff4c4c088c20f831 (diff) |
pull tags from viewer-development
Diffstat (limited to 'indra/llmessage/tests/llhost_test.cpp')
-rw-r--r-- | indra/llmessage/tests/llhost_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/tests/llhost_test.cpp b/indra/llmessage/tests/llhost_test.cpp index 705473b0c0..eadf83c428 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -151,6 +151,7 @@ namespace tut template<> template<> void host_object::test<9>() { + skip("this test is flaky, but we should figure out why..."); // skip("setHostByName(\"google.com\"); getHostName() -> (e.g.) \"yx-in-f100.1e100.net\""); std::string hostStr = "lindenlab.com"; LLHost host; |