diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-02-13 16:07:38 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-02-13 16:07:38 -0500 |
commit | a971909a3429a8944387ede557ed46e939cf0e8f (patch) | |
tree | de1cf162143ab56e379754eb0568c6d60656fc65 /indra/llcorehttp/tests | |
parent | 7c08ecff70f403200a7a967d39d61636e21454fb (diff) |
DRTVWR-418: Reluctantly skip llcorehttp 503-with-retry test on W64.
Diffstat (limited to 'indra/llcorehttp/tests')
-rw-r--r-- | indra/llcorehttp/tests/test_httprequest.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp index 6cd7960ecd..8b689e8c83 100644 --- a/indra/llcorehttp/tests/test_httprequest.hpp +++ b/indra/llcorehttp/tests/test_httprequest.hpp @@ -3089,6 +3089,10 @@ void HttpRequestTestObjectType::test<23>() set_test_name("HttpRequest GET 503s with 'Retry-After'"); +#if LL_WINDOWS && ADDRESS_SIZE == 64: + skip("llcorehttp 503-with-retry test hangs on Windows 64"); +#endif + // This tests mainly that the code doesn't fall over if // various well- and mis-formed Retry-After headers are // sent along with the response. Direct inspection of |