diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-08-15 16:31:17 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-08-15 16:31:17 -0400 |
commit | 2368c44a8e2b031e5a8ac199923a016915cfe96a (patch) | |
tree | 7fe0a5a921d79a4e20d02c8e6b66fa73347cda5d /indra/llcorehttp | |
parent | b77d109d46e866422cfc12dc6789acf0ed988089 (diff) |
DRTVWR-418: Disable another fragile llcorehttp memory-usage check.
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/tests/test_httprequest.hpp | 3 |
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 (...) { |