diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 10:05:24 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 10:05:24 -0500 |
commit | 0532e298a0550c70ca7d94992922d5c040e21702 (patch) | |
tree | 64c8357e08dbaa64231d9cf3ad1e98ad3b6b688a /indra | |
parent | e1482838fe08ab4d0c4aafd22d50f98d0fdee6c1 (diff) |
DRTVWR-418: Reinstate test that we THOUGHT was killing test run.
But since the real problem is quite different, try with that suspected test
restored.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcorehttp/tests/test_httprequest.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp index 0aad3d1835..463e55dd7e 100644 --- a/indra/llcorehttp/tests/test_httprequest.hpp +++ b/indra/llcorehttp/tests/test_httprequest.hpp @@ -1455,10 +1455,6 @@ void HttpRequestTestObjectType::test<14>() set_test_name("HttpRequest GET timeout"); -#if LL_WINDOWS - skip("This test causes our dummy server test_llcorehttp_peer.py to fail"); -#endif - // Handler can be stack-allocated *if* there are no dangling // references to it after completion of this method. // Create before memory record as the string copy will bump numbers. |