summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-08-15 16:31:17 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-08-15 16:31:17 -0400
commit2368c44a8e2b031e5a8ac199923a016915cfe96a (patch)
tree7fe0a5a921d79a4e20d02c8e6b66fa73347cda5d
parentb77d109d46e866422cfc12dc6789acf0ed988089 (diff)
DRTVWR-418: Disable another fragile llcorehttp memory-usage check.
-rw-r--r--indra/llcorehttp/tests/test_httprequest.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp
index a9c192e141..45215ee0f4 100644
--- a/indra/llcorehttp/tests/test_httprequest.hpp
+++ b/indra/llcorehttp/tests/test_httprequest.hpp
@@ -215,7 +215,8 @@ void HttpRequestTestObjectType::test<1>()
HttpRequest::destroyService();
// make sure we didn't leak any memory
- ensure("Memory returned", mMemTotal == GetMemTotal());
+ // nat 2017-08-15 don't: requires total stasis in every other subsystem
+// ensure("Memory returned", mMemTotal == GetMemTotal());
}
catch (...)
{