diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2023-10-03 21:47:18 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2023-10-03 21:47:18 +0100 |
commit | 8b3f57ec10f5a9fa84172942759a14f8269bac3c (patch) | |
tree | ffccf0d53368f8ba44f5949c76bccaf1d4d89a94 /indra/test/io.cpp | |
parent | 38a6ef9921e6b305bdb8a3165cf45da0aa76adee (diff) | |
parent | b9c60817bbd4e5f293236dc8133c7bf5d3f264c1 (diff) |
Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVWR-589
Diffstat (limited to 'indra/test/io.cpp')
-rw-r--r-- | indra/test/io.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp index 25260c3f07..027db50693 100644 --- a/indra/test/io.cpp +++ b/indra/test/io.cpp @@ -1117,6 +1117,8 @@ namespace tut template<> template<> void fitness_test_object::test<5>() { + skip("Test is strongly timing dependent, " + "and on slow CI machines it fails way too often."); const int retries = 100; // Set up the server LLPumpIO::chain_t chain; |